Skip to content

Commit 2e58814

Browse files
committed
Fix variable name typo
1 parent d3f231d commit 2e58814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static function normalize_css_font_face_font_family( string $font_family
9797
while ( $processor->next_token() ) {
9898
switch ( $processor->get_token_type() ) {
9999
case WP_CSS_Token_Processor::TOKEN_IDENT:
100-
$plaintext_font_family[] = $processor->get_token_value();
100+
$plaintext_font_ident_parts[] = $processor->get_token_value();
101101
break;
102102

103103
case WP_CSS_Token_Processor::TOKEN_WHITESPACE:

0 commit comments

Comments
 (0)