' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: number of comments, 2: post title */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comments_number, 'comments title', 'basicstore' ) ), number_format_i18n( $comments_number ), '' . get_the_title() . '' ); } ?>

    'ol', 'short_ping' => true, ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'
' . ( $req ? '*' : '' ) . '
', 'email' => '
' . ( $req ? '*' : '' ) . '
', 'url' => '
' . '
', ); $comments_args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'class_submit' => 'btn btn-primary', 'comment_field' => '
', ); comment_form($comments_args); ?>