Make WordPress Core


Ignore:
Timestamp:
11/10/2022 04:21:48 PM (4 years ago)
Author:
audrasjb
Message:

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, ocean90, Mamaduka, desrosj.
Fixes #57026.
Merges [54786], [54787], and [54788] to the 6.1 branch.

Location:
branches/6.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1

  • branches/6.1/src/wp-admin/includes/theme.php

    r53455 r54792  
    300300 * @since 5.5.0 Added 'Wide Blocks' layout option.
    301301 * @since 5.8.1 Added 'Template Editing' feature.
     302 * @since 6.1.1 Replaced 'Full Site Editing' feature name with 'Site Editor'.
    302303 *
    303304 * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true.
     
    332333            'featured-images'       => __( 'Featured Images' ),
    333334            'footer-widgets'        => __( 'Footer Widgets' ),
    334             'full-site-editing'     => __( 'Full Site Editing' ),
     335            'full-site-editing'     => __( 'Site Editor' ),
    335336            'full-width-template'   => __( 'Full Width Template' ),
    336337            'post-formats'          => __( 'Post Formats' ),
Note: See TracChangeset for help on using the changeset viewer.