Skip to content

Commit 96a3293

Browse files
sirrealCopilot
andauthored
Improve doint it wrong message
Co-authored-by: Copilot <[email protected]>
1 parent a61fa4e commit 96a3293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/fonts/class-wp-font-face.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ protected function normalize_css_font_family( string $font_family ): string {
401401
) {
402402
_doing_it_wrong(
403403
__METHOD__,
404-
__( 'Font font-family should not be wrapped in quotes; they will be added automatically.' ),
404+
__( 'Font family should not be wrapped in quotes; they will be added automatically.' ),
405405
'6.9.0'
406406
);
407407
return $font_family;

0 commit comments

Comments
 (0)