From 132f53ddaeb250222a4ac85ebc0bf4dd780db60e Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 23 Feb 2007 15:47:59 +0000 Subject: WP Merge to 4929 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@899 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-settings.php') diff --git a/wp-settings.php b/wp-settings.php index 6ca0163..c587e38 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -156,6 +156,7 @@ if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of require (ABSPATH . WPINC . '/functions.php'); +require (ABSPATH . WPINC . '/classes.php'); require (ABSPATH . WPINC . '/plugin.php'); require (ABSPATH . WPINC . '/default-filters.php'); include_once(ABSPATH . WPINC . '/streams.php'); @@ -175,7 +176,6 @@ $wpdb->show_errors(); require (ABSPATH . WPINC . '/formatting.php'); require (ABSPATH . WPINC . '/capabilities.php'); -require (ABSPATH . WPINC . '/classes.php'); require (ABSPATH . WPINC . '/query.php'); require (ABSPATH . WPINC . '/theme.php'); require (ABSPATH . WPINC . '/user.php'); -- cgit