From aeb1206ad6a5062789ecf83a13f1549fae71f321 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 3 Aug 2006 16:16:51 +0000 Subject: Added extra hooks for invites plugin (#112) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@717 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-signup.php | 51 ++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 15 deletions(-) (limited to 'wp-signup.php') diff --git a/wp-signup.php b/wp-signup.php index 656fe34..e7bbf6d 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -75,6 +75,7 @@ function show_blog_form($blog_id = '', $blog_title = '', $errors = '') { $blog_id, 'blog_title' => $blog_title, 'errors' => $errors )); + $blog_id = $filtered_results['blog_id']; + $blog_title = $filtered_results['blog_title']; + $errors = $filtered_results['errors']; + echo '

' . sprintf( __('Get another %s blog in seconds'), $current_site->site_name ) . '

'; if ( $errors->get_error_code() ) { @@ -146,7 +153,7 @@ function signup_another_blog($blog_id = '', $blog_title = '', $errors = '') { Welcome back, %s. By filling out the form below, you can add another blog to your account. There is no limit to the number of blogs you can have, so create to your heart's content, but blog responsibly.

"), $current_user->display_name) ?>