Make WordPress Core

Changeset 22549


Ignore:
Timestamp:
11/12/2012 07:47:41 AM (11 years ago)
Author:
nacin
Message:

Revert [22421]. see #6821. see #22308. see #22419.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-image-editor-imagick.php

    r22538 r22549  
    151151
    152152        try {
    153             return ( (bool) $this->image->queryFormats( $imagick_extension ) );
     153            return ( (bool) Imagick::queryFormats( $imagick_extension ) );
    154154        }
    155155        catch ( Exception $e ) {
Note: See TracChangeset for help on using the changeset viewer.