Changeset 30982 for trunk/src/wp-includes/media.php
- Timestamp:
- 12/20/2014 10:46:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r30674 r30982 587 587 // get the best one for a specified set of dimensions 588 588 if ( is_array($size) && !empty($imagedata['sizes']) ) { 589 $areas = array(); 590 589 591 foreach ( $imagedata['sizes'] as $_size => $data ) { 590 592 // already cropped to width or height; so use this size
Note: See TracChangeset
for help on using the changeset viewer.