Changeset 22098
- Timestamp:
- 10/02/2012 03:33:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-imagick.php
r22094 r22098 144 144 * @return boolean 145 145 */ 146 public static function supports_mime_type( $mime_type = null) {146 public static 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.