Changeset 2492 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/partials/lostpassword.php
- Timestamp:
- 02/10/2016 08:05:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/partials/lostpassword.php
r2323 r2492 1 <p><?php _e( 'Please enter your username or email address. You will receive a link to create a new password via email.', 'wporg-login' ); ?></p> 1 2 2 3 3 <form name="lostpasswordform" id="lostpasswordform" action="/wp-login.php?action=lostpassword" method="post"> 4 <p class="intro"><?php _e( 'Please enter your username or email address. You will receive a link to create a new password via email.', 'wporg-login' ); ?></p> 4 5 <p> 5 6 <label for="user_login"><?php _e( 'Username or Email', 'wporg-login' ); ?> … … 11 12 </p> 12 13 </form> 13 <p class="nav">14 <p id="nav"> 14 15 <a href="/"><?php _e( '← Back to login', 'wporg-login' ); ?></a> 15 16 </p>
Note: See TracChangeset
for help on using the changeset viewer.