Changeset 51214 for trunk/src/wp-includes/theme.php
- Timestamp:
- 06/23/2021 01:07:27 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r51197 r51214 2480 2480 * @since 5.5.0 The `custom-logo` feature now also accepts 'unlink-homepage-logo'. 2481 2481 * @since 5.6.0 The `post-formats` feature warns if no array is passed. 2482 * @since 5.8.0 The `widgets-block-editor` enables the Widgets block editor. 2482 2483 * 2483 2484 * @global array $_wp_theme_features … … 2512 2513 * - 'wp-block-styles' 2513 2514 * - 'widgets' 2515 * - 'widgets-block-editor' 2514 2516 * @param mixed ...$args Optional extra arguments to pass along with certain features. 2515 2517 * @return void|false Void on success, false on failure.
Note: See TracChangeset
for help on using the changeset viewer.