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