diff --git a/wp-login.php b/wp-login.php
index b5d0e4a..9472360 100644
a
|
b
|
function login_header( $title = 'Log In', $message = '', $wp_error = '' ) { |
181 | 181 | do_action( 'login_header' ); |
182 | 182 | ?> |
183 | 183 | <div id="login"> |
184 | | <h1><a href="<?php echo esc_url( $login_header_url ); ?>" title="<?php echo esc_attr( $login_header_title ); ?>" tabindex="-1"><?php echo $login_header_text; ?></a></h1> |
| 184 | <h1><a href="<?php echo esc_url( $login_header_url ); ?>" tabindex="-1"><?php echo $login_header_text; ?></a></h1> |
185 | 185 | <?php |
186 | 186 | |
187 | 187 | unset( $login_header_url, $login_header_title ); |