Changeset 6181

Show
Ignore:
Timestamp:
10/02/07 20:34:29 (10 months ago)
Author:
westi
Message:

s/WPDEBUG/WP_DEBUG/g Fixes #5033

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r6179 r6181  
    9696timer_start(); 
    9797 
    98 // Add define('WPDEBUG',true); to wp-config.php to enable display of notices during development. 
    99 if (defined('WPDEBUG') and WPDEBUG == true) { 
     98// Add define('WP_DEBUG',true); to wp-config.php to enable display of notices during development. 
     99if (defined('WP_DEBUG') and WP_DEBUG == true) { 
    100100   error_reporting(E_ALL); 
    101101} else {