* @copyright Copyright (c) 2022, AeonWP * @link https://aeonwp.com/aeonblock * @license http://www.gnu.org/licenses/gpl-2.0.html * * The template for displaying comments * * This is the template that displays the area of the page that contains both the current comments * and the comment form. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } ?>

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

    'ol', 'short_ping' => true, ) ); ?>

' . esc_html__( 'Be the first to reply', 'aeonblock' ) . ''; } // Check for have_comments(). comment_form(); ?>