From ab2d6e7c5468870209730dc31af5d572222546ce Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 24 Jan 2007 13:23:19 +0000 Subject: Fixed path to activation page for user-only registrations (fixes #234) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@866 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-activate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-activate.php') diff --git a/wp-activate.php b/wp-activate.php index 8713d43..41af75b 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -26,7 +26,7 @@ form { margin-top: 2em; } if ( empty($_GET['key']) && empty($_POST['key']) ) { ?>

-
+ -- cgit