Ticket #5439: widgets.php[1].diff
File widgets.php[1].diff, 310 bytes (added by , 17 years ago) |
---|
-
.php
1164a1165 > unset($id);
old new 1162 1162 $GLOBALS['wp_register_widget_defaults'] = false; 1163 1163 1164 1164 do_action('widgets_init'); 1165 unset($id); 1165 1166 } 1166 1167 1167 1168 add_action('init', 'wp_widgets_init', 1);