Changeset 20556 for trunk/wp-signup.php
- Timestamp:
- 04/21/2012 06:40:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-signup.php
r19850 r20556 290 290 <h2><?php printf( __( '%s is your new username' ), $user_name) ?></h2> 291 291 <p><?php _e( 'But, before you can start using your new username, <strong>you must activate it</strong>.' ) ?></p> 292 <p><?php printf( __( 'Check your inbox at <strong>%1$s</strong> and click the link given.' ), $user_email)?></p>292 <p><?php printf( __( 'Check your inbox at <strong>%s</strong> and click the link given.' ), $user_email ); ?></p> 293 293 <p><?php _e( 'If you do not activate your username within two days, you will have to sign up again.' ); ?></p> 294 294 <?php
Note: See TracChangeset
for help on using the changeset viewer.