Move widget stuff around. see #4169

git-svn-id: http://svn.automattic.com/wordpress/trunk@5360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n
2007-05-01 01:13:06 +00:00
parent 72a19935ff
commit 58d8ed1284
4 changed files with 23 additions and 25 deletions

View File

@@ -1502,4 +1502,8 @@ function wp_parse_args( $args, $defaults = '' ) {
endif;
}
?>
function wp_load_widgets() {
require_once ABSPATH . WPINC . '/widgets.php';
}
?>