Skip to content

Commit 20f8b30

Browse files
Docs: Add a mention of appearance-tools as a possible value for add_theme_support().
Follow-up to [57255]. See #60118. git-svn-id: https://develop.svn.wordpress.org/trunk@57256 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cb56405 commit 20f8b30

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/wp-includes/theme.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,12 +2617,15 @@ function get_theme_starter_content() {
26172617
* @since 5.6.0 The `post-formats` feature warns if no array is passed as the second parameter.
26182618
* @since 5.8.0 The `widgets-block-editor` feature enables the Widgets block editor.
26192619
* @since 6.0.0 The `html5` feature warns if no array is passed as the second parameter.
2620+
* @since 6.5.0 The `appearance-tools` feature enables a few design tools for blocks,
2621+
* see `WP_Theme_JSON::APPEARANCE_TOOLS_OPT_INS` for a complete list.
26202622
*
26212623
* @global array $_wp_theme_features
26222624
*
26232625
* @param string $feature The feature being added. Likely core values include:
26242626
* - 'admin-bar'
26252627
* - 'align-wide'
2628+
* - 'appearance-tools'
26262629
* - 'automatic-feed-links'
26272630
* - 'core-block-patterns'
26282631
* - 'custom-background'

0 commit comments

Comments
 (0)