Changeset 52275 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 11/30/2021 12:22:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r52272 r52275 24 24 } 25 25 26 // Used in the HTML title tag.27 $title = __( 'Editor (beta)' );28 26 $parent_file = 'themes.php'; 29 27 … … 60 58 } 61 59 60 // Used in the HTML title tag. 61 $title = $post_type->labels->name; 62 62 63 $preload_paths = array( 63 64 '/', … … 81 82 82 83 } else { 84 85 // Used in the HTML title tag. 86 $title = __( 'Editor (beta)' ); 83 87 84 88 $active_global_styles_id = WP_Theme_JSON_Resolver::get_user_custom_post_type_id();
Note: See TracChangeset
for help on using the changeset viewer.