Make WordPress Core


Ignore:
Timestamp:
03/02/2008 08:17:30 PM (18 years ago)
Author:
ryan
Message:

Remove trailing whites.

File:
1 edited

Legend:

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

    r7124 r7130  
    127127<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
    128128<title><?php bloginfo('name') ?> &rsaquo; <?php _e('Uploads'); ?> &#8212; WordPress</title>
    129 <?php 
     129<?php
    130130wp_admin_css( 'css/global' );
    131131wp_admin_css();
     
    387387    if ( !empty($_POST) ) {
    388388        $return = media_upload_form_handler();
    389    
     389
    390390        if ( is_string($return) )
    391391            return $return;
     
    400400    if ( !empty($_POST) ) {
    401401        $return = media_upload_form_handler();
    402    
     402
    403403        if ( is_string($return) )
    404404            return $return;
Note: See TracChangeset for help on using the changeset viewer.