Changeset 59138 for trunk/src/wp-login.php
- Timestamp:
- 09/30/2024 07:10:22 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r59120 r59138 211 211 */ 212 212 do_action( 'login_header' ); 213 213 ?> 214 <?php 215 if ( 'confirm_admin_email' !== $action && ! empty( $title ) ) : 216 ?> 217 <h1 class="screen-reader-text"><?php echo $title; ?></h1> 218 <?php 219 endif; 214 220 ?> 215 221 <div id="login"> 216 <h1 ><a href="<?php echo esc_url( $login_header_url ); ?>"><?php echo $login_header_text; ?></a></h1>222 <h1 role="presentation" class="wp-login-logo"><a href="<?php echo esc_url( $login_header_url ); ?>"><?php echo $login_header_text; ?></a></h1> 217 223 <?php 218 224 /** … … 421 427 <?php } ?> 422 428 <?php } ?> 429 423 430 <?php 424 431
Note: See TracChangeset
for help on using the changeset viewer.