*/ /* * 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; } ?>

' . wp_kses_post( get_the_title() ) . '' /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */ ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $gridhub_comment_count, 'comments title', 'gridhub' ) ), number_format_i18n( $gridhub_comment_count ), /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */ '' . wp_kses_post( get_the_title() ) . '' /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */ ); } ?>

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