Changeset 49179 for trunk/src/wp-admin/includes/class-wp-screen.php
- Timestamp:
- 10/17/2020 09:58:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r48670 r49179 1114 1114 ?> 1115 1115 <fieldset class="metabox-prefs"> 1116 <legend><?php _e( 'Boxes' ); ?></legend> 1116 <legend><?php _e( 'Screen elements' ); ?></legend> 1117 <p> 1118 <?php _e( 'Some screen elements can be shown or hidden by using the checkboxes.' ); ?> 1119 <?php _e( 'They can be expanded and collapsed by clickling on their headings, and arranged by dragging their headings or by clicking on the up and down arrows.' ); ?> 1120 </p> 1117 1121 <?php 1118 meta_box_prefs( $this ); 1122 1123 meta_box_prefs( $this ); 1119 1124 1120 1125 if ( 'dashboard' === $this->id && has_action( 'welcome_panel' ) && current_user_can( 'edit_theme_options' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.