diff --git a/comments.php b/comments.php index c03da01..7742e3f 100644 --- a/comments.php +++ b/comments.php @@ -49,7 +49,7 @@ if ( post_password_required() ) { 'understrap' ) ), - number_format_i18n( '$comments_number' ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + number_format_i18n( $comments_number ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . get_the_title() . '' ); }