' . esc_html( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comments_number, 'comments title', 'gaming-blog' ) ), esc_html( number_format_i18n( $comments_number ) ), '' . esc_html( get_the_title() ) . '' ); } ?>

1 && get_option( 'page_comments' ) ) : ?> 1 && get_option( 'page_comments' ) ) : ?>

'commentform', 'id_submit' => 'commentsubmit', 'title_reply' => __( 'Leave a Reply', 'gaming-blog' ), /* translators: 1: Reply Specific User */ 'title_reply_to' => __( 'Leave a Reply to %s', 'gaming-blog' ), 'cancel_reply_link' => __( 'Cancel Reply', 'gaming-blog' ), 'label_submit' => __( 'Post Comment', 'gaming-blog' ), 'comment_field' => '

', 'comment_notes_after' => '

' . __( 'You may use these HTML tags and attributes:', 'gaming-blog' ) . '

' . allowed_tags() . '
' ) ); ?>