Typo fix. see #6578

git-svn-id: http://svn.automattic.com/wordpress/trunk@7730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-04-17 22:00:39 +00:00
parent 84bd7d6a00
commit f42f78b3b1
1 changed files with 1 additions and 1 deletions

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