Ticket #34502: 34502.2.patch
| File 34502.2.patch, 1.4 KB (added by , 10 years ago) |
|---|
-
wp-signup.php
583 583 ?> 584 584 <h2><?php printf( __( '%s is your new username' ), $user_name) ?></h2> 585 585 <p><?php _e( 'But, before you can start using your new username, <strong>you must activate it</strong>.' ) ?></p> 586 <p><?php printf( __( 'Check your inbox at <strong>%s</strong> and click the link given.' ), $user_email); ?></p>586 <p><?php printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' ); ?></p> 587 587 <p><?php _e( 'If you do not activate your username within two days, you will have to sign up again.' ); ?></p> 588 588 <?php 589 589 /** This action is documented in wp-signup.php */ … … 727 727 <h2><?php printf( __( 'Congratulations! Your new site, %s, is almost ready.' ), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2> 728 728 729 729 <p><?php _e( 'But, before you can start using your site, <strong>you must activate it</strong>.' ) ?></p> 730 <p><?php printf( __( 'Check your inbox at <strong>%s</strong> and click the link given.' ), $user_email) ?></p>730 <p><?php printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' ) ?></p> 731 731 <p><?php _e( 'If you do not activate your site within two days, you will have to sign up again.' ); ?></p> 732 732 <h2><?php _e( 'Still waiting for your email?' ); ?></h2> 733 733 <p>