Changeset 37986
- Timestamp:
- 07/06/2016 02:04:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r37952 r37986 1009 1009 */ 1010 1010 if ( ! isset( $image_sizes['thumbnail']['mime-type'] ) || 'image/gif' !== $image_sizes['thumbnail']['mime-type'] ) { 1011 $image_sizes[ 'full'] = array(1011 $image_sizes[] = array( 1012 1012 'width' => $image_meta['width'], 1013 1013 'height' => $image_meta['height'],
Note: See TracChangeset
for help on using the changeset viewer.