' . esc_html( get_the_title() ) . '' ); } else { printf( /* translators: %1$s: The number of comments. %2$s: The post title. */ esc_html( _n( '%1$s comment on “%2$s”', '%1$s comments on “%2$s”', get_comments_number(), 'astral' ) ), esc_html( number_format_i18n( get_comments_number() ) ), '' . esc_html( get_the_title() ) . '' ); } ?>

    'astral_comment', 'style' => 'ol', ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'
', 'email' => '
', ); function astral_fields( $fields ) { return $fields; } add_filter( 'astral_comment_form', 'astral_fields' ); $defaults = array( 'fields' => apply_filters( 'astral_comment_form', $fields ), 'comment_field' => '
', 'logged_in_as' => '

' . __( "Logged in as ", 'astral' ) . '' . $user_identity . '' . '' . __( " Log out?", 'astral' ) . '' . '

', /* translators: %s: reply to name */ 'title_reply_to' => __( 'Leave a Reply to %s', 'astral' ), 'id_submit' => 'mm_single_submit', 'label_submit' => __( 'Post Comment', 'astral' ), 'title_reply' => '

' . __( 'Leave a Reply', 'astral' ) . '

', 'role_form' => 'form', ); comment_form( $defaults ); ?>