mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Text Changes: Replace "Full site editing" with "Site Editor".
This changeset replaces the various occurrences of "Full site editing" with "Site Editor" as it is the new official name of the feature. For more background about this change, see https://make.wordpress.org/updates/2022/11/04/site-editor-a-more-user-friendly-name/. Props audrasjb, peterwilsoncc, poena. Fixes #57026. git-svn-id: https://develop.svn.wordpress.org/trunk@54786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -299,6 +299,7 @@ function get_theme_update_available( $theme ) {
|
||||
* and 'Full Site Editing' features.
|
||||
* @since 5.5.0 Added 'Wide Blocks' layout option.
|
||||
* @since 5.8.1 Added 'Template Editing' feature.
|
||||
* @since 6.2.0 Replaced 'Full Site Editing' feature name with 'Site Editor'.
|
||||
*
|
||||
* @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true.
|
||||
* @return array Array of features keyed by category with translations keyed by slug.
|
||||
@@ -331,7 +332,7 @@ function get_theme_feature_list( $api = true ) {
|
||||
'featured-image-header' => __( 'Featured Image Header' ),
|
||||
'featured-images' => __( 'Featured Images' ),
|
||||
'footer-widgets' => __( 'Footer Widgets' ),
|
||||
'full-site-editing' => __( 'Full Site Editing' ),
|
||||
'full-site-editing' => __( 'Site Editor' ),
|
||||
'full-width-template' => __( 'Full Width Template' ),
|
||||
'post-formats' => __( 'Post Formats' ),
|
||||
'sticky-post' => __( 'Sticky Post' ),
|
||||
|
||||
Reference in New Issue
Block a user