[wp-trac] [WordPress Trac] #57460: Backport: appearance-tools theme_support

WordPress Trac noreply at wordpress.org
Fri Jan 13 23:07:30 UTC 2023


#57460: Backport: appearance-tools theme_support
-------------------------------------------------+-------------------------
 Reporter:  ironprogrammer                       |       Owner:  (none)
     Type:  enhancement                          |      Status:  new
 Priority:  normal                               |   Milestone:  6.2
Component:  Themes                               |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  has-patch has-unit-tests has-        |     Focuses:
  testing-info needs-testing                     |
-------------------------------------------------+-------------------------
Description changed by ironprogrammer:

Old description:

> Allow themes without `theme.json` to opt-in to
> [https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-
> support/#appearance-tools appearance tools] via:
>
> {{{#!php
> add_theme_support( 'appearance-tools' );
> }}}
>
> Originally planned for milestone:6.1, this backport missed the original
> cutoff. Backports changes from
> https://github.com/WordPress/gutenberg/pull/43337.
>
> Related: #56467

New description:

 Allow themes without `theme.json` to opt-in to
 [https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-
 support/#appearance-tools appearance tools] via:

 {{{#!php
 add_theme_support( 'appearance-tools' );
 }}}

 Originally planned for 6.1, this backport missed the original cutoff.
 Backports changes from https://github.com/WordPress/gutenberg/pull/43337.

 Related: #56467

--

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/57460#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list