From 8c3640278fc0942d94ee70fb674d98479f218d58 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Tue, 13 Dec 2022 09:49:10 +0200 Subject: [PATCH] "custom-css" is now an acceptable value. --- lib/compat/wordpress-6.2/get-global-styles-and-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat/wordpress-6.2/get-global-styles-and-settings.php b/lib/compat/wordpress-6.2/get-global-styles-and-settings.php index b2188a92474f63..8556a0be1663f4 100644 --- a/lib/compat/wordpress-6.2/get-global-styles-and-settings.php +++ b/lib/compat/wordpress-6.2/get-global-styles-and-settings.php @@ -63,7 +63,7 @@ function wp_theme_has_theme_json_clean_cache() { * Returns the stylesheet resulting of merging core, theme, and user data. * * @param array $types Types of styles to load. Optional. - * It accepts 'variables', 'styles', 'presets' as values. + * It accepts 'variables', 'styles', 'presets', 'custom-css' as values. * If empty, it'll load all for themes with theme.json support * and only [ 'variables', 'presets' ] for themes without theme.json support. *