Changeset 17749 for trunk/wp-admin/includes/file.php
- Timestamp:
- 04/28/2011 04:25:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r17693 r17749 519 519 520 520 // Unzip can use a lot of memory, but not this much hopefully 521 @ini_set( 'memory_limit', '256M');521 @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) ); 522 522 523 523 $needed_dirs = array();
Note: See TracChangeset
for help on using the changeset viewer.