Make WordPress Core

Changeset 7731


Ignore:
Timestamp:
04/17/2008 10:01:04 PM (17 years ago)
Author:
ryan
Message:

Typo fix. see #6578

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-admin/includes/dashboard.php

    r7722 r7731  
    55    global $wpdb, $wp_dashboard_sidebars;
    66    $update = false;
    7     $widget_options = get_option( 'dashboard_widget_options' )
     7    $widget_options = get_option( 'dashboard_widget_options' );
    88    if ( !$widget_options || !is_array($widget_options) )
    99        $widget_options = array();
Note: See TracChangeset for help on using the changeset viewer.