From 475ef251608d4d8a4d44a86d99693c416a1159fd Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 28 Nov 2006 12:05:29 +0000 Subject: Needed to rename this CONSTANT for a long time git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@815 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-settings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wp-settings.php') diff --git a/wp-settings.php b/wp-settings.php index a777789..021c082 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -147,8 +147,9 @@ else wp_cache_init(); -define( "UPLOADS", "wp-content/blogs.dir/{$wpdb->blogid}/files/" ); -if( defined( "BLOGDEFINITION" ) && constant( "BLOGDEFINITION" ) == true ) +if( !defined( "UPLOADS" ) ) + define( "UPLOADS", "wp-content/blogs.dir/{$wpdb->blogid}/files/" ); +if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of WP being loaded, we just want the basics return; -- cgit