Changeset 6493 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register-profile.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/register-profile.php
r4952 r6493 35 35 printf( 36 36 /* translators: %s Email address */ 37 __( 'Please check your email %s for a confirmation link to set your password.', 'wporg -login' ),37 __( 'Please check your email %s for a confirmation link to set your password.', 'wporg' ), 38 38 '<code>' . esc_html( wp_get_current_user()->user_email ) . '</code>' 39 39 ); … … 42 42 43 43 <p class="intro"> 44 <?php _e( 'Complete your WordPress.org Profile information.', 'wporg -login' ); ?>44 <?php _e( 'Complete your WordPress.org Profile information.', 'wporg' ); ?> 45 45 </p> 46 46 … … 50 50 51 51 <p class="login-submit"> 52 <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Save Profile Information', 'wporg -login' ); ?>" />52 <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Save Profile Information', 'wporg' ); ?>" /> 53 53 </p> 54 54 … … 56 56 57 57 <p id="nav"> 58 <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg -login' ); ?></a>58 <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg' ); ?></a> 59 59 </p> 60 60
Note: See TracChangeset
for help on using the changeset viewer.