From 92075eede18d5272ddc962b52896767cf3bfa8b3 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 10 Sep 2012 08:55:28 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#1077=20->=20Permitir=20indexar=20la=20?= =?UTF-8?q?p=C3=A1gina=20de=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@177 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();