X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..596d585e1dc1eb25bccd3781e37210a4e2504179:/wp-signup.php?ds=sidebyside diff --git a/wp-signup.php b/wp-signup.php index cce20833..2cd93c82 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -3,7 +3,7 @@ /** Sets up the WordPress Environment. */ require( dirname(__FILE__) . '/wp-load.php' ); -add_action( 'wp_head', 'signuppageheaders' ) ; +add_action( 'wp_head', 'wp_no_robots' ); require( './wp-blog-header.php' ); @@ -17,10 +17,6 @@ function do_signup_header() { } add_action( 'wp_head', 'do_signup_header' ); -function signuppageheaders() { - echo "\n"; -} - if ( !is_multisite() ) { wp_redirect( site_url('wp-login.php?action=register') ); die(); @@ -99,7 +95,7 @@ function show_blog_form($blogname = '', $blog_title = '', $errors = '') {

- +

{$blog_title}" ) ?>

- http://%2$s is your new site. Log in as “%4$s” using your existing password.' ), $domain.$path, $domain.$path, "http://" . $domain.$path . "wp-login.php", $user_name ) ?> + http://%2$s is your new site. Log in as “%4$s” using your existing password.' ), $domain.$path, $domain.$path, "http://" . $domain.$path . "wp-login.php", $user_name ) ?>

$user_name, 'user_email' => $user_email, 'errors' => $errors )); @@ -261,10 +252,10 @@ function signup_user($user_name = '', $user_email = '', $errors = '') { - /> + />
- /> + />

@@ -298,7 +289,7 @@ function confirm_user_signup($user_name, $user_email) { ?>

you must activate it.' ) ?>

-

%1$s and click the link given.' ), $user_email) ?>

+

%s and click the link given.' ), $user_email ); ?>