%1$s Comment', '%1$s Comments', get_comments_number(), 'agama' ), number_format_i18n( get_comments_number() ), '' . get_the_title() . '' ); ?>

    'agama_comment', 'style' => 'ol' ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>

'button button-3d button-large button-rounded', 'title_reply' => sprintf( '%s %s', __( 'Leave a', 'agama' ), __( 'Comment', 'agama' ) ), 'fields' => apply_filters ( 'comment_form_default_fields', array ( 'author' => '
' . ' ' . ( $req ? '*' : '' ) . '
', 'email' => '
' . ' ' . ( $req ? '*' : '' ) . ''.'
', 'url' => '
' . '' . '
', ) ), 'comment_field' => '
' . '' . '' . '
', 'logged_in_as' => '
' . sprintf ( '%s %s. %s', __('Logged in as', 'agama'), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ), __('Log out of this account', 'agama'), __('Log out?', 'agama') ) . '
', 'comment_notes_after' => '
' . sprintf ( '%s HTML %s: %s', __( 'You may use these', 'agama' ), __( 'tags and attributes', 'agama' ), '' . allowed_tags() . '' ) . '
', ); comment_form( $comment_args ); ?>