(198 . 8)(198 . 6)
25 // Add define('WP_DEBUG',true); to wp-config.php to enable display of notices during development.
26 if (defined('WP_DEBUG') and WP_DEBUG == true) {
27 error_reporting(E_ALL);
28 } else {
29 error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
30 }
31
32 // For an advanced caching plugin to use, static because you would only want one