Changeset 28072
- Timestamp:
- 04/11/2014 03:09:35 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r27939 r28072 779 779 $width = intval( $_wp_additional_image_sizes[ $size ]['width'] ); 780 780 $height = intval( $_wp_additional_image_sizes[ $size ]['height'] ); 781 $crop = ( $nocrop ) ? false : intval( $_wp_additional_image_sizes[ $size ]['crop'] );781 $crop = ( $nocrop ) ? false : $_wp_additional_image_sizes[ $size ]['crop']; 782 782 } else { 783 783 $height = get_option( "{$size}_size_h" );
Note: See TracChangeset
for help on using the changeset viewer.