Changeset 42228 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r41288 r42228 45 45 // On some setups GD library does not provide imagerotate() - Ticket #11536 46 46 if ( isset( $args['methods'] ) && 47 48 47 in_array( 'rotate', $args['methods'] ) && 48 ! function_exists('imagerotate') ){ 49 49 50 50 return false;
Note: See TracChangeset
for help on using the changeset viewer.