Changeset 6493 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/login.php
- Timestamp:
- 01/31/2018 11:21:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/login.php
r4959 r6493 8 8 get_header(); 9 9 ?> 10 <p class="intro"><?php _e( 'Log in to your WordPress.org account to contribute to WordPress, get help in the support forum, or rate and review themes and plugins.', 'wporg -login' ); ?></p>10 <p class="intro"><?php _e( 'Log in to your WordPress.org account to contribute to WordPress, get help in the support forum, or rate and review themes and plugins.', 'wporg' ); ?></p> 11 11 12 12 <?php wp_login_form(); ?> 13 13 14 14 <p id="nav"> 15 <a href="/lostpassword/" title="<?php _e( 'Password Lost and Found', 'wporg -login' ); ?>"><?php _e( 'Lost password?', 'wporg-login' ); ?></a> • 16 <a href="<?php echo esc_url( wp_registration_url() ); ?>" title="<?php _e( 'Create an account', 'wporg -login' ); ?>"><?php _e( 'Create an account', 'wporg-login' ); ?></a>15 <a href="/lostpassword/" title="<?php _e( 'Password Lost and Found', 'wporg' ); ?>"><?php _e( 'Lost password?', 'wporg' ); ?></a> • 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> 18 18
Note: See TracChangeset
for help on using the changeset viewer.