Make WordPress Core


Ignore:
Timestamp:
11/10/2022 09:38:58 AM (17 months 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.
Fixes #57026.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template.php

    r54319 r54786  
    4444 * @param string   $type      Sanitized filename without extension.
    4545 * @param string[] $templates A list of template candidates, in descending order of priority.
    46  * @return string The path to the Full Site Editing template canvas file, or the fallback PHP template.
     46 * @return string The path to the Site Editor template canvas file, or the fallback PHP template.
    4747 */
    4848function locate_block_template( $template, $type, array $templates ) {
Note: See TracChangeset for help on using the changeset viewer.