Changeset 6660 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/login.php
- Timestamp:
- 02/16/2018 07:21:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/login.php
r6493 r6660 13 13 14 14 <p id="nav"> 15 <a href=" /lostpassword/" title="<?php _e( 'Password Lost and Found', 'wporg' ); ?>"><?php _e( 'Lost password?', 'wporg' ); ?></a> • 15 <a href="<?php echo esc_url( wp_lostpassword_url() ); ?>" title="<?php _e( 'Password Lost and Found', 'wporg' ); ?>"><?php _e( 'Lost password?', 'wporg' ); ?></a> • 16 16 <a href="<?php echo esc_url( wp_registration_url() ); ?>" title="<?php _e( 'Create an account', 'wporg' ); ?>"><?php _e( 'Create an account', 'wporg' ); ?></a> 17 17 </p>
Note: See TracChangeset
for help on using the changeset viewer.