Make WordPress Core


Ignore:
Timestamp:
05/26/2010 02:42:15 AM (15 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r14904 r14924  
    28382838    $hidden = get_hidden_meta_boxes($page);
    28392839
    2840     printf('<div id="%s-sortables" class="meta-box-sortables">', htmlspecialchars($context)); 
     2840    printf('<div id="%s-sortables" class="meta-box-sortables">', htmlspecialchars($context));
    28412841
    28422842    $i = 0;
     
    32343234function manage_columns_prefs( $page ) {
    32353235    $columns = get_column_headers( $page );
    3236     $hidden  = get_hidden_columns( $page ); 
     3236    $hidden  = get_hidden_columns( $page );
    32373237    $special = array('_title', 'cb', 'comment', 'media', 'name', 'title', 'username');
    32383238
     
    35463546/**
    35473547 * Convert a screen string to a screen object
    3548  * 
     3548 *
    35493549 * @since 3.0.0
    3550  * 
     3550 *
    35513551 * @param string $screen The name of the screen
    35523552 * @return object An object containing the safe screen name and id
     
    36163616
    36173617    if ( !empty( $screen_options ) ) {
    3618         ?> 
     3618        ?>
    36193619        <h5><?php _ex('Show on screen', 'Screen Options') ?></h5>
    36203620        <?php
    36213621    }
    3622    
     3622
    36233623    echo $screen_options;
    36243624    echo $settings; ?>
Note: See TracChangeset for help on using the changeset viewer.