Make WordPress Core


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

Strip trailing whitespace

File:
1 edited

Legend:

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

    r9727 r10150  
    9595        list($uwidth, $uheight) = wp_shrink_dimensions($metadata['width'], $metadata['height']);
    9696        $metadata['hwstring_small'] = "height='$uheight' width='$uwidth'";
    97        
     97
    9898        // Make the file path relative to the upload dir
    9999        if ( ($uploads = wp_upload_dir()) && false === $uploads['error'] ) { // Get upload directory
Note: See TracChangeset for help on using the changeset viewer.