Changeset 19596 for trunk/wp-admin/includes/screen.php
- Timestamp:
- 12/14/2011 05:36:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r19593 r19596 197 197 * or an existing screen object. 198 198 */ 199 function set_current_screen( $hook_name = 199 function set_current_screen( $hook_name = '' ) { 200 200 WP_Screen::get( $hook_name )->set_current_screen(); 201 201 } … … 818 818 <?php endif; 819 819 if ( ! empty( $columns ) ) : ?> 820 <h5><?php echo ( isset( $columns['_title'] ) ? $columns['_title'] :_x('Show on screen', 'Columns') ) ?></h5>820 <h5><?php echo ( isset( $columns['_title'] ) ? $columns['_title'] : _x('Show on screen', 'Columns') ) ?></h5> 821 821 <div class="metabox-prefs"> 822 822 <?php
Note: See TracChangeset
for help on using the changeset viewer.