Changeset 7731
- Timestamp:
- 04/17/2008 10:01:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/includes/dashboard.php
r7722 r7731 5 5 global $wpdb, $wp_dashboard_sidebars; 6 6 $update = false; 7 $widget_options = get_option( 'dashboard_widget_options' ) 7 $widget_options = get_option( 'dashboard_widget_options' ); 8 8 if ( !$widget_options || !is_array($widget_options) ) 9 9 $widget_options = array();
Note: See TracChangeset
for help on using the changeset viewer.