From 57da3c91a166d917a2a9de98177be9c3dfe07ee5 Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Fri, 28 Jan 2022 17:15:17 +0000 Subject: [PATCH] Revert "Duotone: Allow users to specify custom filters (#38055)" (#38150) This reverts commit 74530bc50aa73d4a6f2145df00448bb6fe7fdf1a. --- lib/compat/wordpress-5.9/get-global-styles-and-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat/wordpress-5.9/get-global-styles-and-settings.php b/lib/compat/wordpress-5.9/get-global-styles-and-settings.php index 766e56ac84206c..b75584b8697885 100644 --- a/lib/compat/wordpress-5.9/get-global-styles-and-settings.php +++ b/lib/compat/wordpress-5.9/get-global-styles-and-settings.php @@ -158,7 +158,7 @@ function wp_get_global_styles_svg_filters() { $supports_theme_json = WP_Theme_JSON_Resolver_Gutenberg::theme_has_support(); - $origins = array( 'default', 'theme', 'custom' ); + $origins = array( 'default', 'theme' ); if ( ! $supports_theme_json ) { $origins = array( 'default' ); }