Changeset 42813 for branches/4.9/src/wp-admin/includes/image.php
- Timestamp:
- 03/09/2018 03:20:52 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/image.php
r42450 r42813 242 242 } else { 243 243 // Force thumbnails to be soft crops. 244 if ( ! 'thumbnail' === $s ) {244 if ( 'thumbnail' !== $s ) { 245 245 $sizes[ $s ]['crop'] = get_option( "{$s}_crop" ); 246 246 }
Note: See TracChangeset
for help on using the changeset viewer.