﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
11837	define('WP_DEBUG', false) generates a silent E_NOTICE	nacin	westi	"In wp-settings.php, we're checking if WP_DEBUG is defined and is true. If its not, then we're defining WP_DEBUG as false.

Of course, if WP_DEBUG is defined as false already, then we're generating a silent E_NOTICE (suppressed by the error_reporting initially set in wp-load.php).

Code should check if WP_DEBUG is defined before defining to false."	defect (bug)	closed	low	3.0	Warnings/Notices	2.9	minor	fixed	has-patch commit	
