Changeset 4951 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register-confirm.php
- Timestamp:
- 02/19/2017 10:18:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register-confirm.php
r4534 r4951 56 56 57 57 <p class="intro"> 58 <?php _e( ' Complete your WordPress.org Profile information.', 'wporg-login' ); ?>58 <?php _e( 'Set your password and complete your WordPress.org Profile information.', 'wporg-login' ); ?> 59 59 </p> 60 60 … … 63 63 <div class="user-pass1-wrap"> 64 64 <p> 65 <label for="pass1"><?php _e( 'New Password', 'wporg-login'); ?></label>65 <label for="pass1"><?php _e( 'Password', 'wporg-login' ); ?></label> 66 66 </p> 67 67 … … 85 85 86 86 <p id="nav"> 87 <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg-login' ); ?></a> 87 <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg-login' ); ?></a> 88 88 </p> 89 89 90 <?php get_footer(); ?>90 <?php get_footer();
Note: See TracChangeset
for help on using the changeset viewer.