Changeset 6660
- Timestamp:
- 02/16/2018 07:21:18 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php
r6643 r6660 11 11 <meta charset="utf-8"> 12 12 <meta http-equiv="x-ua-compatible" content="ie=edge"> 13 <title><?php _e( 'WordPress.org Login' ); ?></title>13 <title><?php _e( 'WordPress.org Login', 'wporg' ); ?></title> 14 14 <meta name="viewport" content="width=device-width, initial-scale=1"> 15 15 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/loggedout.php
r6493 r6660 12 12 13 13 <p id="nav"> 14 <a href=" /"><?php _e( '← Back to login', 'wporg' ); ?></a>14 <a href="<?php echo esc_url( wp_login_url() ); ?>"><?php _e( '← Back to login', 'wporg' ); ?></a> 15 15 </p> 16 16 -
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> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/lostpassword.php
r6493 r6660 21 21 </form> 22 22 <p id="nav"> 23 <a href=" /"><?php _e( '← Back to login', 'wporg' ); ?></a>23 <a href="<?php echo esc_url( wp_login_url() ); ?>"><?php _e( '← Back to login', 'wporg' ); ?></a> 24 24 </p> 25 25 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register.php
r6493 r6660 95 95 96 96 <p id="nav"> 97 <a href=" /" title="<?php esc_attr_e( 'Already have an account?', 'wporg' ); ?>"><?php _e( 'Already have an account?', 'wporg' ); ?></a> • 97 <a href="<?php echo esc_url( wp_login_url() ); ?>" title="<?php esc_attr_e( 'Already have an account?', 'wporg' ); ?>"><?php _e( 'Already have an account?', 'wporg' ); ?></a> • 98 98 <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg' ); ?></a> 99 99
Note: See TracChangeset
for help on using the changeset viewer.