From 04b67169db33e30f5ca63dbbafe551fdc6fb2164 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 15 Jan 2007 18:59:54 +0000 Subject: Fix for reported corruption of international characters on signup page (#218) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@848 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-signup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-signup.php b/wp-signup.php index 1b84748..1aa60e8 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -2,6 +2,7 @@ define( "WP_INSTALLING", true ); require ('wp-config.php'); +require('./wp-blog-header.php'); require_once( ABSPATH . WPINC . '/registration.php'); -- cgit