Make WordPress Core

Changeset 55288


Ignore:
Timestamp:
02/07/2023 06:50:01 PM (21 months ago)
Author:
joedolson
Message:

Administration: Match title tag to menu item for Editor.

Removes 'beta' from the title element for the site editor. Follow up to [55281].

Props kebbet.
Fixes #57654.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/site-editor.php

    r55247 r55288  
    4747
    4848// Used in the HTML title tag.
    49 $title       = __( 'Editor (beta)' );
     49$title       = _x( 'Editor', 'site editor title tag' );
    5050$parent_file = 'themes.php';
    5151
Note: See TracChangeset for help on using the changeset viewer.