Make WordPress Core


Ignore:
Timestamp:
12/14/2011 05:36:38 PM (14 years ago)
Author:
ryan
Message:

Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r19593 r19596  
    197197 *  or an existing screen object.
    198198 */
    199 function set_current_screen( $hook_name =  '' ) {
     199function set_current_screen( $hook_name = '' ) {
    200200    WP_Screen::get( $hook_name )->set_current_screen();
    201201}
     
    818818            <?php endif;
    819819            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>
    821821            <div class="metabox-prefs">
    822822                <?php
Note: See TracChangeset for help on using the changeset viewer.