From 75e0ccc3a64e164d036da4f71f458520ddea3b24 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 9 Oct 2006 11:39:17 +0000 Subject: WP Merge - needs testing. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@797 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-signup.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'wp-signup.php') diff --git a/wp-signup.php b/wp-signup.php index c20a3c1..71f0871 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -27,6 +27,7 @@ form { margin-top: 2em; } get_error_message('blog_id') ) @@ -105,7 +106,7 @@ function show_user_form($user_name = '', $user_email = '', $errors = '') { } print '
'; - print __('(Must be at least 4 characters, letters and numbers only.)') . ' '; + _e('(Must be at least 4 characters, letters and numbers only.)'); echo ' '; // User Email if ( $errors->get_error_message('user_email') ) { @@ -118,10 +119,10 @@ function show_user_form($user_name = '', $user_email = '', $errors = '') { if ( $errmsg = $errors->get_error_message('user_email') ) { ?>


' . __('(We’ll send your password to this address, so triple-check it.)') . ' - '; - + ?> +
triple-check it.)') ?> + + get_error_message('generic') ) print ' '.$errmsg.' '; } @@ -147,11 +148,11 @@ function signup_another_blog($blog_id = '', $blog_title = '', $errors = '') { echo '

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

'; if ( $errors->get_error_code() ) { - print '

'.__('There was a problem, please correct the form below and try again.').'

'; + echo "

" . __('There was a problem, please correct the form below and try again.') . "

"; } ?> -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) ?> +

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) ?>

ID); @@ -165,6 +166,7 @@ function signup_another_blog($blog_id = '', $blog_title = '', $errors = '') {

+