Changeset 22463 for trunk/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 11/08/2012 02:02:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-imagick.php
r22421 r22463 53 53 return true; 54 54 55 if ( ! file_exists( $this->file ) )55 if ( ! is_file( $this->file ) ) 56 56 return new WP_Error( 'error_loading_image', __('File doesn’t exist?'), $this->file ); 57 57
Note: See TracChangeset
for help on using the changeset viewer.