Changeset 22421
- Timestamp:
- 11/07/2012 05:50:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-imagick.php
r22119 r22421 151 151 152 152 try { 153 return ( (bool) Imagick::queryFormats( $imagick_extension ) );153 return ( (bool) $this->image->queryFormats( $imagick_extension ) ); 154 154 } 155 155 catch ( Exception $e ) {
Note: See TracChangeset
for help on using the changeset viewer.