Changeset 55149
- Timestamp:
- 01/27/2023 03:52:56 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r54788 r55149 301 301 * @since 5.8.1 Added 'Template Editing' feature. 302 302 * @since 6.1.1 Replaced 'Full Site Editing' feature name with 'Site Editor'. 303 * @since 6.2.0 Added 'Style Variations' feature. 303 304 * 304 305 * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true. … … 337 338 'post-formats' => __( 'Post Formats' ), 338 339 'sticky-post' => __( 'Sticky Post' ), 340 'style-variations' => __( 'Style Variations' ), 339 341 'template-editing' => __( 'Template Editing' ), 340 342 'theme-options' => __( 'Theme Options' ),
Note: See TracChangeset
for help on using the changeset viewer.