diff --git a/wp-login.php b/wp-login.php index c702d18..70efd52 100644 --- a/wp-login.php +++ b/wp-login.php @@ -42,7 +42,7 @@ function login_header($title = 'Log In', $message = '', $wp_error = '') { global $error, $interim_login, $current_site; // Don't index any of these forms - add_action( 'login_head', 'wp_no_robots' ); + //add_action( 'login_head', 'wp_no_robots' ); if ( empty($wp_error) ) $wp_error = new WP_Error();