Changeset 6181
- Timestamp:
- 10/02/07 20:34:29 (10 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r6179 r6181 96 96 timer_start(); 97 97 98 // Add define('WP DEBUG',true); to wp-config.php to enable display of notices during development.99 if (defined('WP DEBUG') and WPDEBUG == true) {98 // Add define('WP_DEBUG',true); to wp-config.php to enable display of notices during development. 99 if (defined('WP_DEBUG') and WP_DEBUG == true) { 100 100 error_reporting(E_ALL); 101 101 } else {
