Changeset 7722
- Timestamp:
- 04/17/08 20:14:22 (7 months ago)
- Files:
-
- branches/2.5/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-admin/includes/dashboard.php
r7487 r7722 5 5 global $wpdb, $wp_dashboard_sidebars; 6 6 $update = false; 7 if ( !$widget_options = get_option( 'dashboard_widget_options' ) ) 7 $widget_options = get_option( 'dashboard_widget_options' ) 8 if ( !$widget_options || !is_array($widget_options) ) 8 9 $widget_options = array(); 9 10
