Make WordPress Core

Ticket #24807: widgets.patch

File widgets.patch, 580 bytes (added by jdgrimes, 11 years ago)
  • wp-includes/widgets.php

     
    10081008        if ( $deprecated !== true )
    10091009                _deprecated_argument( __FUNCTION__, '2.8.1' );
    10101010
    1011         global $wp_registered_widgets, $_wp_sidebars_widgets, $sidebars_widgets;
     1011        global $_wp_sidebars_widgets, $sidebars_widgets;
    10121012
    10131013        // If loading from front page, consult $_wp_sidebars_widgets rather than options
    10141014        // to see if wp_convert_widget_settings() has made manipulations in memory.