Changeset 52978 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r52837 r52978 130 130 131 131 if ( ! is_file( $this->file ) && ! wp_is_stream( $this->file ) ) { 132 return new WP_Error( 'error_loading_image', __( 'File does n’t exist?' ), $this->file );132 return new WP_Error( 'error_loading_image', __( 'File does not exist?' ), $this->file ); 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.