Make WordPress Core

Changeset 44158


Ignore:
Timestamp:
12/14/2018 03:40:37 AM (6 years ago)
Author:
desrosj
Message:

Themes: Document the new theme features being added.

The add_theme_support() inline docs now includes the features that the block editor adds.

Props pento, desrosj.

Merges [43814] to trunk.

Fixes #45134.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-includes/theme.php

    r44138 r44158  
    23192319 * @since 4.5.0 The `customize-selective-refresh-widgets` feature was added
    23202320 * @since 4.7.0 The `starter-content` feature was added
    2321  * @since 5.0.0 The `responsive-embeds` feature was added.
     2321 * @since 5.0.0 The `responsive-embeds`, `align-wide`, `dark-editor-style`, `disable-custom-colors`,
     2322 *              `disable-custom-font-sizes`, `editor-color-pallete`, `editor-font-sizes`,
     2323 *              `editor-styles`, and `wp-block-styles` features were added.
    23222324 *
    23232325 * @global array $_wp_theme_features
Note: See TracChangeset for help on using the changeset viewer.