Make WordPress Core

Changeset 6181


Ignore:
Timestamp:
10/02/2007 08:34:29 PM (17 years ago)
Author:
westi
Message:

s/WPDEBUG/WP_DEBUG/g Fixes #5033

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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 {
Note: See TracChangeset for help on using the changeset viewer.