[wp-trac] [WordPress Trac] #58597: Allow non-block themes to add theme support for link color settings
WordPress Trac
noreply at wordpress.org
Thu Jun 22 10:13:22 UTC 2023
#58597: Allow non-block themes to add theme support for link color settings
-------------------------+---------------------
Reporter: poena | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 6.3
Component: General | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
-------------------------+---------------------
Description changed by poena:
Old description:
> Allow themes without theme.json to opt-in to block link color tools via:
>
> {{{
> add_theme_support( 'link-color' );
> }}}
>
> Follow up to https://core.trac.wordpress.org/ticket/57460 and
> https://core.trac.wordpress.org/ticket/57649 with a more limited scope
> than 'appearance-tools'.
New description:
Allow themes without theme.json to opt-in to block link color tools via:
{{{
add_theme_support( 'link-color' );
}}}
Follow up to https://core.trac.wordpress.org/ticket/57460 and
https://core.trac.wordpress.org/ticket/57649 with a more limited scope
than 'appearance-tools'.
Corresponding Gutenberg PR:
https://github.com/WordPress/gutenberg/pull/51775
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58597#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list