﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17507	Hardcoded memory limit	christianbolstad		"In several places the maxium memory limit is hard coded to 256M instead of using the WP_MEMORY_LIMIT constant introduced in WP 2.5. 

For the admin side, where there can be legit need for even more memory It is possible to override this setting at one place in the code with a filter. The same possibilty should exist for all similar calls. 

Fix/Patch: 

I have changed the hard coded value to the constant WP_MEMORY_LIMIT for the user side memory setting and have applied the existing filter ('admin_memory_limit') to all on the wp-admin end. 
"	enhancement	closed	normal		Performance	3.2	normal	duplicate	has-patch	
