Ticket #48965: wp-activate.php.patch
File wp-activate.php.patch, 902 bytes (added by , 5 years ago) |
---|
-
wp-activate.php
142 142 <h2><?php _e( 'Your account is now active!' ); ?></h2> 143 143 <?php 144 144 echo '<p class="lead-in">'; 145 if ( $signup->domain . $signup->path == '') {145 if ( '' === $signup->domain . $signup->path ) { 146 146 printf( 147 147 /* translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost password URL. */ 148 148 __( 'Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),