Changeset 42792 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 03/07/2018 01:18:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r42780 r42792 254 254 } else { 255 255 // Force thumbnails to be soft crops. 256 if ( ! 'thumbnail' === $s ) {256 if ( 'thumbnail' !== $s ) { 257 257 $sizes[ $s ]['crop'] = get_option( "{$s}_crop" ); 258 258 }
Note: See TracChangeset
for help on using the changeset viewer.