Ticket #57654: 57654.followup.patch
File 57654.followup.patch, 444 bytes (added by , 2 years ago) |
---|
-
src/wp-admin/site-editor.php
46 46 } 47 47 48 48 // Used in the HTML title tag. 49 $title = _ _( 'Editor (beta)' );49 $title = _x( 'Editor', 'site editor title tag' ); 50 50 $parent_file = 'themes.php'; 51 51 52 52 // Flag that we're loading the block editor.