diff options
Diffstat (limited to 'wp-includes/fonts/class-wp-font-face.php')
-rw-r--r-- | wp-includes/fonts/class-wp-font-face.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/fonts/class-wp-font-face.php b/wp-includes/fonts/class-wp-font-face.php index 974e13e..50d0268 100644 --- a/wp-includes/fonts/class-wp-font-face.php +++ b/wp-includes/fonts/class-wp-font-face.php @@ -256,7 +256,7 @@ class WP_Font_Face { * * @since 6.4.0 * - * @param array $font_faces The font-faces to generate @font-face CSS styles. + * @param array[] $font_faces The font-faces to generate @font-face CSS styles. * @return string The `@font-face` CSS styles. */ private function get_css( $font_faces ) { |