﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22203	WP_DEBUG - class wpdb prints errors while WP_DEBUG_DISPLAY is set to false	storkontheroof	SergeyBiryukov	"The wpdb class prints errors when WP_DEBUG is true:

/wp-includes/wp-db.php line 539/540:
{{{
if ( WP_DEBUG )
    $this->show_errors();
}}}


To me seems this should be WP_DEBUG_DISPLAY.

My settings:
{{{
define('WP_DEBUG',         true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG',     true);
}}}

So logging should be enabled, but display them on screen shouldn't.
"	defect (bug)	closed	normal	3.6	Database	2.9	normal	fixed	has-patch commit	crazycoders
