Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#16789 closed defect (bug) (duplicate)

admin memory_limit being reset

Reported by: lonnylot's profile lonnylot 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)

#1 @hakre
14 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate: #13847

#2 @scribu
14 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.