Changeset 19943
- Timestamp:
- 02/17/2012 11:19:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r19942 r19943 794 794 <div id="screen-options-wrap" class="hidden"> 795 795 <form id="adv-settings" action="" method="post"> 796 <?php if ( isset( $wp_meta_boxes[ $this->id ] ) || $this->get_option( 'per_page' ) || ( $columns && empty( $columns['_title'] ) ) ) : ?> 797 <h5><?php _e( 'Show on screen' ); ?></h5> 796 798 <?php 799 endif; 800 797 801 if ( isset( $wp_meta_boxes[ $this->id ] ) ) : ?> 798 <h5><?php _ex('Show on screen', 'Metaboxes') ?></h5>799 802 <div class="metabox-prefs"> 800 803 <?php … … 818 821 </div> 819 822 <?php endif; 820 if ( ! empty( $columns ) ) : ?> 821 <h5><?php echo ( isset( $columns['_title'] ) ? $columns['_title'] : _x('Show on screen', 'Columns') ) ?></h5> 823 if ( $columns ) : 824 if ( ! empty( $columns['_title'] ) ) : ?> 825 <h5><?php echo $columns['_title']; ?></h5> 826 <?php endif; ?> 822 827 <div class="metabox-prefs"> 823 828 <?php … … 934 939 935 940 ?> 936 <h5><?php _ex('Show on screen', 'Screen Options') ?></h5>937 941 <div class='screen-options'> 938 942 <?php if ( !empty($per_page_label) ): ?>
Note: See TracChangeset
for help on using the changeset viewer.