Changeset 54792 for branches/6.1/src/wp-admin/includes/theme.php
- Timestamp:
- 11/10/2022 04:21:48 PM (4 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
- Property svn:mergeinfo changed
/trunk merged: 54786-54788
- Property svn:mergeinfo changed
-
branches/6.1/src/wp-admin/includes/theme.php
r53455 r54792 300 300 * @since 5.5.0 Added 'Wide Blocks' layout option. 301 301 * @since 5.8.1 Added 'Template Editing' feature. 302 * @since 6.1.1 Replaced 'Full Site Editing' feature name with 'Site Editor'. 302 303 * 303 304 * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true. … … 332 333 'featured-images' => __( 'Featured Images' ), 333 334 'footer-widgets' => __( 'Footer Widgets' ), 334 'full-site-editing' => __( ' Full Site Editing' ),335 'full-site-editing' => __( 'Site Editor' ), 335 336 'full-width-template' => __( 'Full Width Template' ), 336 337 'post-formats' => __( 'Post Formats' ),
Note: See TracChangeset
for help on using the changeset viewer.