Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30820


Ignore:
Timestamp:
12/22/2014 10:44:29 PM (11 years ago)
Author:
voldemortensen
Comment:

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_Imagick instance. This could potentially cause failures if Imagick is not available.
     1In 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.