Ticket #24807: widgets.patch
File widgets.patch, 580 bytes (added by , 11 years ago) |
---|
-
wp-includes/widgets.php
1008 1008 if ( $deprecated !== true ) 1009 1009 _deprecated_argument( __FUNCTION__, '2.8.1' ); 1010 1010 1011 global $ wp_registered_widgets, $_wp_sidebars_widgets, $sidebars_widgets;1011 global $_wp_sidebars_widgets, $sidebars_widgets; 1012 1012 1013 1013 // If loading from front page, consult $_wp_sidebars_widgets rather than options 1014 1014 // to see if wp_convert_widget_settings() has made manipulations in memory.