Tarea #1077 -> Permitir indexar la página de login

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@177 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-09-10 08:55:28 +00:00
parent 5068427ea3
commit 92075eede1

View File

@ -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();