Changeset 10150 for trunk/wp-admin/includes/image.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r9727 r10150 95 95 list($uwidth, $uheight) = wp_shrink_dimensions($metadata['width'], $metadata['height']); 96 96 $metadata['hwstring_small'] = "height='$uheight' width='$uwidth'"; 97 97 98 98 // Make the file path relative to the upload dir 99 99 if ( ($uploads = wp_upload_dir()) && false === $uploads['error'] ) { // Get upload directory
Note: See TracChangeset
for help on using the changeset viewer.