Make WordPress Core


Ignore:
Timestamp:
11/18/2009 08:22:49 AM (16 years ago)
Author:
westi
Message:

Ensure WP_DEBUG is always defined and simplify the checks on it. Fixes #11090 props nacin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r12192 r12207  
    211211    }
    212212} else {
     213    define('WP_DEBUG', false);
    213214    if ( defined('E_RECOVERABLE_ERROR') )
    214215        error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR);
Note: See TracChangeset for help on using the changeset viewer.