Changeset 14636
- Timestamp:
- 05/14/2010 04:12:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14635 r14636 3598 3598 ?> 3599 3599 <div id="screen-meta"> 3600 <?php 3601 if ( $show_screen ) : 3602 $default_text = __('Show on screen'); 3603 ?> 3600 <?php if ( $show_screen ) : ?> 3604 3601 <div id="screen-options-wrap" class="hidden"> 3605 3602 <form id="adv-settings" action="" method="post"> 3606 3603 <?php if ( isset($wp_meta_boxes[$screen->id]) ) : ?> 3607 <h5><?php echo apply_filters('meta_box_prefs_header', $default_text);?></h5>3604 <h5><?php echo _x('Show on screen', 'Metaboxes') ?></h5> 3608 3605 <div class="metabox-prefs"> 3609 3606 <?php meta_box_prefs($screen); ?> … … 3612 3609 <?php endif; 3613 3610 if ( ! empty($column_screens) ) : ?> 3614 <h5><?php echo apply_filters('columns_prefs_header', $default_text);?></h5>3611 <h5><?php echo _x('Show on screen', 'Columns') ?></h5> 3615 3612 <div class="metabox-prefs"> 3616 3613 <?php manage_columns_prefs($screen); ?> … … 3625 3622 </div> 3626 3623 3627 <?php 3628 endif; 3624 <?php endif; // $show_screen 3629 3625 3630 3626 $_wp_contextual_help = apply_filters('contextual_help_list', $_wp_contextual_help, $screen);
Note: See TracChangeset
for help on using the changeset viewer.