Typo fix. see #6578

git-svn-id: https://develop.svn.wordpress.org/trunk@7730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-04-17 22:00:39 +00:00
parent 1a62535f32
commit cf3bbc413a

View File

@ -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();