' . $count . $txt . 'for "' . get_the_title() . '"' ); ?> 1 && get_option( 'page_comments' ) ) : ?>
‹ ' . __( 'Older comments', 'agpl' ) . '' ); ?> ' . __( 'Newer comments', 'agpl' ) . ' ›' ); ?>
' . get_theme_mod( 'comment_sub_text_setting' ) . '

'; $comments_notes_after = ( get_theme_mod( 'comment_code_disable_setting' ) != 1 ? '

You may use these HTML tags and attributes:

' . allowed_tags() . '

' : '' ); ?>
'commentform', 'id_submit' => 'submit', 'title_reply' => get_theme_mod( 'comment_header_text_setting' ), 'title_reply_to' => get_theme_mod( 'comment_header_text_setting' ) . ' %s', 'cancel_reply_link' => 'Cancel Reply', 'label_submit' => get_theme_mod( 'comment_button_text_setting' ), 'must_log_in' => '

You must be logged in to post a comment.

', 'logged_in_as' => '

Logged in as ' . $user_identity . '. Log out?

', 'comment_notes_before' => $comments_notes_before, 'comment_field' => '

', 'comment_notes_after' => $comments_notes_after, 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

', 'email' => '

', 'url' => '

', ) ),); comment_form($new_defaults); ?>