Changeset 26648 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 12/04/2013 11:31:21 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-image-editor-gd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r26645 r26648 92 92 * @since 3.5.0 93 93 * 94 * @param int Maximum memory limit to allocate (default is WP_MAX_MEMORY_LIMIT) 94 * @param string $limit Maximum memory limit to allocate for images. Default value 95 * of WP_MAX_MEMORY_LIMIT is '256M'. 95 96 */ 96 97 // Set artificially high because GD uses uncompressed images in memory
Note: See TracChangeset
for help on using the changeset viewer.