From 483d1c2dc5a6056baee2793337fe3a8773210e31 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 8 Jun 2007 19:30:46 +0000 Subject: Add support for sunrise initialisation script at wp-content/sunrise.php This script is called before site and blog lookup and could be used to perform domain mapping or skip the lookup process. Define SUNRISE constant in wp-config.php to enable. Create $current_site and $current_blog objects to skip regular lookup git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@995 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wpmu-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wpmu-settings.php') diff --git a/wpmu-settings.php b/wpmu-settings.php index 06ba9dd..38c7b36 100644 --- a/wpmu-settings.php +++ b/wpmu-settings.php @@ -1,6 +1,6 @@