#16789 closed defect (bug) (duplicate)
admin memory_limit being reset
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
When we set the PHP memory_limit in wp-admin/admin.php we call the filter 'admin_memory_limit' which allows us to modify the memory_limit to a higher or lower number.
There are individual functions that modify the PHP memory_limit which are used in the admin, but do not apply the filter.
Places include:
- wp-includes/media.php line 253
- wp-admin/includes/file.php line 566
- wp-admin/includes/image-edit.php lines 394, 499
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate: #13847