﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12041,wp-includes/wp-db.php WP_DEBUG constant,wpmuguru,donncha,"MU Trac Ticket: http://trac.mu.wordpress.org/ticket/1194



The use of WP_DEBUG constant changed from 2.8.6 to 2.9.x, which has caused a consistent new install problem. A new install for me dies because of this.

In 2.8.6 the code was:

if ( defined('WP_DEBUG') and WP_DEBUG == true )

    $this->show_errors();

In 2.9.1 it is:

if ( WP_DEBUG )

    $this->show_errors();

Can this be fixed so new installs work?

Thank you, David
",defect (bug),closed,normal,MU 2.9.x,Multisite,2.9.1,normal,fixed,,dxjones
