Skip to content

Commit

Permalink
Duotone: Allow users to specify custom filters (#38442)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Feb 2, 2022
1 parent 339a8ed commit 216d291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
$origins = array( 'default', 'theme', 'custom' );
if ( ! $supports_theme_json ) {
$origins = array( 'default' );
}
Expand Down

0 comments on commit 216d291

Please sign in to comment.