Make WordPress Core


Ignore:
Timestamp:
11/10/2022 04:21:48 PM (2 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/site-editor.php

    r54176 r54792  
    2121
    2222if ( ! ( current_theme_supports( 'block-template-parts' ) || wp_is_block_theme() ) ) {
    23     wp_die( __( 'The theme you are currently using is not compatible with Full Site Editing.' ) );
     23    wp_die( __( 'The theme you are currently using is not compatible with the Site Editor.' ) );
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.