Fix string literal in number_format_i18n()
This commit is contained in:
parent
ce387ff7bd
commit
092e4cb156
|
@ -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
|
||||
'<span>' . get_the_title() . '</span>'
|
||||
);
|
||||
}
|
||||
|
|
Reference in New Issue