Changes between Initial Version and Version 1 of Ticket #30820
- Timestamp:
- 12/22/2014 10:44:29 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30820 – Description
initial v1 1 In tests/phpunit/tests/image/editor_imagick.php, wp_get_image_editor is used instead of creating a new WP_Imag ick instance. This could potentially cause failures if Imagick is not available.1 In tests/phpunit/tests/image/editor_imagick.php, wp_get_image_editor is used instead of creating a new WP_Image_Editor_Imagick instance. This could potentially cause failures if Imagick is not available.