mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
Remove error_reporting() debug cruff.
git-svn-id: https://develop.svn.wordpress.org/trunk@25242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -93,8 +93,6 @@ EOF;
|
||||
$page = 1;
|
||||
$field = 'settings';
|
||||
|
||||
error_reporting( -1 );
|
||||
|
||||
$empty_array[$page][$field] = 'foo';
|
||||
|
||||
unset( $empty_array[$page]['bar']['baz'] );
|
||||
|
||||
Reference in New Issue
Block a user