summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-10 17:15:17 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-10 17:15:17 +0000
commitdd60ae2008f7cbeb452b46f28fde9002ec598f25 (patch)
treed9855300f7b25c6dbed112d07f5b982541a2693c /wp-inst/wp-settings.php
parente168e760e4948d8555096592ab2cb363b120c222 (diff)
When loading "blogs" script don't load all of WordPress. Only get the blog_id.
Added support for the if-modified-since http header so files can be cached. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@154 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-settings.php')
-rw-r--r--wp-inst/wp-settings.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/wp-inst/wp-settings.php b/wp-inst/wp-settings.php
index af6cee6..877aea1 100644
--- a/wp-inst/wp-settings.php
+++ b/wp-inst/wp-settings.php
@@ -171,6 +171,9 @@ $tablepostmeta = $wpdb->postmeta;
$wp_filters = array();
+if( defined( "BLOGDEFINITION" ) && constant( "BLOGDEFINITION" ) == true )
+ return;
+
require (ABSPATH . WPINC . '/functions.php');
require (ABSPATH . WPINC . '/default-filters.php');
require_once (ABSPATH . WPINC . '/wp-l10n.php');