From 94891dbdc31854cbc8566021dbee636aae57329f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <583546+oandregal@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:56:58 +0100 Subject: [PATCH] Fix lint issue --- lib/compat/wordpress-6.2/get-global-styles-and-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cb0ff43c00df26..4006b4c23cc0b1 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 @@ -65,8 +65,8 @@ function wp_theme_has_theme_json_clean_cache() { * @param array $types Types of styles to load. Optional. * It accepts as values: 'variables', 'presets', 'styles', 'base-layout-styles, and 'custom-css'. * If empty, it'll load the following: - * - for themes without theme.json: 'variables', 'presets', 'base-layout-styles' - * - for temes with theme.json: 'variables', 'presets', 'styles', 'custom-css' + * - for themes without theme.json: 'variables', 'presets', 'base-layout-styles'. + * - for temes with theme.json: 'variables', 'presets', 'styles', 'custom-css'. * * @return string Stylesheet. */