Changeset 17749 for trunk/wp-includes/media.php
- Timestamp:
- 04/28/2011 04:25:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r17631 r17749 251 251 252 252 // Set artificially high because GD uses uncompressed images in memory 253 @ini_set( 'memory_limit', '256M');253 @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) ); 254 254 $image = imagecreatefromstring( file_get_contents( $file ) ); 255 255
Note: See TracChangeset
for help on using the changeset viewer.