Changeset 26851 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 12/11/2013 07:48:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r26645 r26851 120 120 return new WP_Error( 'error_loading_image', __('File doesn’t exist?'), $this->file ); 121 121 122 /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ 122 /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ 123 123 // Even though Imagick uses less PHP memory than GD, set higher limit for users that have low PHP.ini limits 124 124 @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) ); … … 453 453 @ chmod( $filename, $perms ); 454 454 455 /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 455 /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 456 456 return array( 457 457 'path' => $filename,
Note: See TracChangeset
for help on using the changeset viewer.