We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61fa4e commit 96a3293Copy full SHA for 96a3293
src/wp-includes/fonts/class-wp-font-face.php
@@ -401,7 +401,7 @@ protected function normalize_css_font_family( string $font_family ): string {
401
) {
402
_doing_it_wrong(
403
__METHOD__,
404
- __( 'Font font-family should not be wrapped in quotes; they will be added automatically.' ),
+ __( 'Font family should not be wrapped in quotes; they will be added automatically.' ),
405
'6.9.0'
406
);
407
return $font_family;
0 commit comments