Mark functions and files as deprecated. Fixes #4361 props docwhat and darkdragon

git-svn-id: http://svn.automattic.com/wordpress/trunk@6514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2007-12-28 21:17:42 +00:00
parent f56f0f64a4
commit d49cece4a3
5 changed files with 149 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ timer_start();
if (defined('WP_DEBUG') and WP_DEBUG == true) {
error_reporting(E_ALL);
} else {
error_reporting(E_ALL ^ E_NOTICE);
error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
}
// For an advanced caching plugin to use, static because you would only want one