Changeset 22119 for trunk/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 10/04/2012 09:59:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-imagick.php
r22098 r22119 34 34 * @return boolean 35 35 */ 36 public staticfunction test() {36 public function test() { 37 37 if ( ! extension_loaded( 'imagick' ) ) 38 38 return false; … … 144 144 * @return boolean 145 145 */ 146 public staticfunction supports_mime_type( $mime_type ) {146 public function supports_mime_type( $mime_type ) { 147 147 if ( ! $mime_type ) 148 148 return false;
Note: See TracChangeset
for help on using the changeset viewer.