Ticket #10026: 10026.patch
| File 10026.patch, 493 bytes (added by , 17 years ago) |
|---|
-
wp-login.php
41 41 function login_header($title = 'Log In', $message = '', $wp_error = '') { 42 42 global $error; 43 43 44 // Don't index any of these forms 45 add_filter( 'pre_option_blog_public', create_function( '$a', 'return 0;' ) ); 46 add_action( 'login_head', 'noindex' ); 47 44 48 if ( empty($wp_error) ) 45 49 $wp_error = new WP_Error(); 46 50 ?>