Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:27:25 PM (15 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r13690 r13733  
    397397            echo esc_html( strtoupper( $matches[1] ) );
    398398        else
    399             echo strtoupper( str_replace( 'image/', '', get_post_mime_type() ) ); 
     399            echo strtoupper( str_replace( 'image/', '', get_post_mime_type() ) );
    400400        ?>
    401401
Note: See TracChangeset for help on using the changeset viewer.