Changeset 51516 for branches/5.8/src/wp-admin/includes/theme.php
- Timestamp:
- 07/30/2021 12:23:15 PM (5 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-admin/includes/theme.php
r50827 r51516 299 299 * and 'Full Site Editing' features. 300 300 * @since 5.5.0 Added 'Wide Blocks' layout option. 301 * @since 5.8.1 Added 'Template Editing' feature. 301 302 * 302 303 * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true. … … 335 336 'post-formats' => __( 'Post Formats' ), 336 337 'sticky-post' => __( 'Sticky Post' ), 338 'template-editing' => __( 'Template Editing' ), 337 339 'theme-options' => __( 'Theme Options' ), 338 340 ),
Note: See TracChangeset
for help on using the changeset viewer.