Make WordPress Core

Ticket #48965: wp-activate.php.patch

File wp-activate.php.patch, 902 bytes (added by pikamander2, 5 years ago)
  • wp-activate.php

     
    142142                        <h2><?php _e( 'Your account is now active!' ); ?></h2>
    143143                        <?php
    144144                        echo '<p class="lead-in">';
    145                         if ( $signup->domain . $signup->path == '' ) {
     145                        if ( '' === $signup->domain . $signup->path ) {
    146146                                printf(
    147147                                        /* translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost password URL. */
    148148                                        __( 'Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of &#8220;%2$s&#8221;. 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>.' ),