Changeset 37591
- Timestamp:
- 05/30/2016 02:09:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r37492 r37591 138 138 return new WP_Error( 'error_loading_image', __('File doesn’t exist?'), $this->file ); 139 139 140 /** This filter is documented in wp-includes/class-wp-image-editor- imagick.php */140 /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 141 141 // Even though Imagick uses less PHP memory than GD, set higher limit for users that have low PHP.ini limits 142 142 @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) );
Note: See TracChangeset
for help on using the changeset viewer.