Changeset 42228 for trunk/tests/phpunit/tests/image/resize.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resize.php
r40532 r42228 172 172 173 173 $resized = $editor->resize( $width, $height, $crop ); 174 174 if ( is_wp_error( $resized ) ) 175 175 return $resized; 176 176
Note: See TracChangeset
for help on using the changeset viewer.