diff --git a/lib/compat/wordpress-6.4/fonts/font-face/class-wp-font-face-resolver.php b/lib/compat/wordpress-6.4/fonts/font-face/class-wp-font-face-resolver.php index edf180c467eba8..f9018d7cda0faa 100644 --- a/lib/compat/wordpress-6.4/fonts/font-face/class-wp-font-face-resolver.php +++ b/lib/compat/wordpress-6.4/fonts/font-face/class-wp-font-face-resolver.php @@ -72,7 +72,7 @@ private static function parse_settings( array $settings ) { if ( ! array_key_exists( $font_family, $fonts ) ) { $fonts[ $font_family ] = array(); } - + $fonts[ $font_family ] = static::convert_font_face_properties( $definition['fontFace'] ); } } @@ -85,7 +85,7 @@ private static function parse_settings( array $settings ) { * * @since 6.4.0 * - * @param array $font_face_definition The font-face definitions to convert. + * @param array $font_face_definition The font-face definitions to convert. * @return array Converted font-face properties. */ private static function convert_font_face_properties( array $font_face_definition ) {