mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@13316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user