Typo fix. see #6578
git-svn-id: https://develop.svn.wordpress.org/trunk@7730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1a62535f32
commit
cf3bbc413a
@ -4,7 +4,7 @@
|
||||
function wp_dashboard_setup() {
|
||||
global $wpdb, $wp_dashboard_sidebars;
|
||||
$update = false;
|
||||
$widget_options = get_option( 'dashboard_widget_options' )
|
||||
$widget_options = get_option( 'dashboard_widget_options' );
|
||||
if ( !$widget_options || !is_array($widget_options) )
|
||||
$widget_options = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user