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:
Scott Taylor 2013-09-04 19:56:06 +00:00
parent 89997e4c80
commit 0877a3eda4
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ EOF;
$page = 1; $page = 1;
$field = 'settings'; $field = 'settings';
error_reporting( -1 );
$empty_array[$page][$field] = 'foo'; $empty_array[$page][$field] = 'foo';
unset( $empty_array[$page]['bar']['baz'] ); unset( $empty_array[$page]['bar']['baz'] );