Remove debug.

git-svn-id: https://develop.svn.wordpress.org/trunk@14363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-03 07:12:26 +00:00
parent d422587302
commit 96fd06e10d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ define('WP_SETUP_CONFIG', true);
*
* Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) for debugging
*/
error_reporting(E_ALL &~ E_DEPRECATED);
error_reporting(0);
/**#@+
* These three defines are required to allow us to use require_wp_db() to load