Changeset 21808 for trunk/wp-admin/includes/image-edit.php
- Timestamp:
- 09/11/2012 01:38:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image-edit.php
r20384 r21808 415 415 $meta['width'] = $data['width']; 416 416 $meta['height'] = $data['height']; 417 list ( $uwidth, $uheight ) = wp_constrain_dimensions($meta['width'], $meta['height'], 128, 96);418 $meta['hwstring_small'] = "height='$uheight' width='$uwidth'";419 417 } 420 418 … … 560 558 $meta['height'] = imagesy($img); 561 559 562 list ( $uwidth, $uheight ) = wp_constrain_dimensions($meta['width'], $meta['height'], 128, 96);563 $meta['hwstring_small'] = "height='$uheight' width='$uwidth'";564 565 560 if ( $success && ('nothumb' == $target || 'all' == $target) ) { 566 561 $sizes = get_intermediate_image_sizes();
Note: See TracChangeset
for help on using the changeset viewer.