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/about.php

    r54731 r54792  
    215215                    <?php
    216216                    printf(
    217                         /* translators: %s: Link to "full site editing" themes on WordPress.org. */
     217                        /* translators: %s: Link to Block Themes on WordPress.org. */
    218218                        __( 'The Themes Directory has <a href="%s">a filter for block themes</a>, and a pattern preview gives a better sense of what the theme might look like while exploring different themes and patterns.' ),
    219219                        esc_url( __( 'https://wordpress.org/themes/tags/full-site-editing/' ) )
Note: See TracChangeset for help on using the changeset viewer.