Move widget stuff around. see #4169

git-svn-id: https://develop.svn.wordpress.org/trunk@5360 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n
2007-05-01 01:13:06 +00:00
parent 9b87344634
commit 697a38d8e8
4 changed files with 23 additions and 25 deletions
+5 -1
View File
@@ -1502,4 +1502,8 @@ function wp_parse_args( $args, $defaults = '' ) {
endif;
}
?>
function wp_load_widgets() {
require_once ABSPATH . WPINC . '/widgets.php';
}
?>