Skip to content

Commit

Permalink
Docs: Add a mention of appearance-tools as a possible value for `ad…
Browse files Browse the repository at this point in the history
…d_theme_support()`.

Follow-up to [57255].

See #60118.

git-svn-id: https://develop.svn.wordpress.org/trunk@57256 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 9, 2024
1 parent cb56405 commit 20f8b30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wp-includes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -2617,12 +2617,15 @@ function get_theme_starter_content() {
* @since 5.6.0 The `post-formats` feature warns if no array is passed as the second parameter.
* @since 5.8.0 The `widgets-block-editor` feature enables the Widgets block editor.
* @since 6.0.0 The `html5` feature warns if no array is passed as the second parameter.
* @since 6.5.0 The `appearance-tools` feature enables a few design tools for blocks,
* see `WP_Theme_JSON::APPEARANCE_TOOLS_OPT_INS` for a complete list.
*
* @global array $_wp_theme_features
*
* @param string $feature The feature being added. Likely core values include:
* - 'admin-bar'
* - 'align-wide'
* - 'appearance-tools'
* - 'automatic-feed-links'
* - 'core-block-patterns'
* - 'custom-background'
Expand Down

0 comments on commit 20f8b30

Please sign in to comment.