Changeset 4119 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/partials/login.php
- Timestamp:
- 09/23/2016 03:42:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/partials/login.php
r2492 r4119 1 <p class="intro"> Log in to your WordPress.org account to contribute to WordPress, get help in the support forum, or rate and review themes and plugins.</p>1 <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> 2 2 3 3 <?php wp_login_form(); ?> 4 4 5 5 <p id="nav"> 6 <a href="/lostpassword/" title="<?php _e( 'Password Lost and Found', 'wporg-login' ); ?>"><?php _e( 'Lost password?', 'wporg-login' ); ?></a> • 6 <a href="/lostpassword/" title="<?php _e( 'Password Lost and Found', 'wporg-login' ); ?>"><?php _e( 'Lost password?', 'wporg-login' ); ?></a> • 7 7 <a href="https://wordpress.org/support/register.php" title="<?php _e( 'Create an account', 'wporg-login' ); ?>"><?php _e( 'Create an account', 'wporg-login' ); ?></a> 8 8 </p>
Note: See TracChangeset
for help on using the changeset viewer.