Make WordPress Core

Ticket #57654: 57654.followup.patch

File 57654.followup.patch, 444 bytes (added by joedolson, 2 years ago)

Add to title tag

  • src/wp-admin/site-editor.php

     
    4646}
    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
    5252// Flag that we're loading the block editor.