Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-upload.php

    r9967 r10150  
    4242        wp_redirect( admin_url($location) );
    4343    }
    44    
     44
    4545    if ( isset($_POST['html-upload']) && !empty($_FILES) ) {
    4646        // Upload File button was clicked
     
    5858    <div class="wrap">
    5959    <?php screen_icon(); ?>
    60     <h2><?php echo wp_specialchars( $title ); ?></h2> 
     60    <h2><?php echo wp_specialchars( $title ); ?></h2>
    6161
    6262    <form enctype="multipart/form-data" method="post" action="media-upload.php?inline=&amp;upload-page-form=" class="media-upload-form type-form validate" id="file-form">
     
    9494    else
    9595        $type = apply_filters('media_upload_default_type', 'file');
    96    
     96
    9797    // tab: gallery, library, or type-specific
    9898    if ( isset($_GET['tab']) )
     
    100100    else
    101101        $tab = apply_filters('media_upload_default_tab', 'type');
    102    
     102
    103103    $body_id = 'media-upload';
    104    
     104
    105105    // let the action code decide how to handle the request
    106106    if ( $tab == 'type' || $tab == 'type_url' )
Note: See TracChangeset for help on using the changeset viewer.