Changeset 38477 for trunk/src/wp-login.php
- Timestamp:
- 08/31/2016 06:50:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r38458 r38477 537 537 <form name="lostpasswordform" id="lostpasswordform" action="<?php echo esc_url( network_site_url( 'wp-login.php?action=lostpassword', 'login_post' ) ); ?>" method="post"> 538 538 <p> 539 <label for="user_login" ><?php _e( 'Username or Email')?><br />539 <label for="user_login" ><?php _e( 'Username or Email Address' ); ?><br /> 540 540 <input type="text" name="user_login" id="user_login" class="input" value="<?php echo esc_attr($user_login); ?>" size="20" /></label> 541 541 </p> … … 899 899 <form name="loginform" id="loginform" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post"> 900 900 <p> 901 <label for="user_login"><?php _e( 'Username or Email')?><br />901 <label for="user_login"><?php _e( 'Username or Email Address' ); ?><br /> 902 902 <input type="text" name="log" id="user_login"<?php echo $aria_describedby_error; ?> class="input" value="<?php echo esc_attr( $user_login ); ?>" size="20" /></label> 903 903 </p> 904 904 <p> 905 <label for="user_pass"><?php _e( 'Password')?><br />905 <label for="user_pass"><?php _e( 'Password' ); ?><br /> 906 906 <input type="password" name="pwd" id="user_pass"<?php echo $aria_describedby_error; ?> class="input" value="" size="20" /></label> 907 907 </p>
Note: See TracChangeset
for help on using the changeset viewer.