test
This commit is contained in:
@@ -8,8 +8,8 @@ define('WP_DEBUG_LOG', false);
|
||||
|
||||
define('SCRIPT_DEBUG', false);
|
||||
|
||||
ini_set('display_errors',EP_NONE);
|
||||
ini_set('error_reporting', EP_NONE );
|
||||
ini_set('display_errors',0);
|
||||
ini_set('error_reporting', 0 );
|
||||
|
||||
/** Disable all file modifications including updates and update notifications */
|
||||
define('DISALLOW_FILE_MODS', true);
|
||||
|
||||
Reference in New Issue
Block a user