Whitespace cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@13316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-02-22 23:12:48 +00:00
parent 7ff8d50bd4
commit fc77a1d879
9 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -3218,7 +3218,7 @@ function get_settings_errors( $setting = '', $sanitize = FALSE ) {
function settings_errors ( $setting = '', $sanitize = FALSE, $hide_on_update = FALSE ) {
if ($hide_on_update AND $_GET['updated']) return;
$settings_errors = get_settings_errors( $setting, $sanitize );
if ( !is_array($settings_errors) ) return;