Make WordPress Core

Ticket #34502: 34502.2.patch

File 34502.2.patch, 1.4 KB (added by ramiy, 10 years ago)
  • wp-signup.php

     
    583583        ?>
    584584        <h2><?php printf( __( '%s is your new username' ), $user_name) ?></h2>
    585585        <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>
    587587        <p><?php _e( 'If you do not activate your username within two days, you will have to sign up again.' ); ?></p>
    588588        <?php
    589589        /** This action is documented in wp-signup.php */
     
    727727        <h2><?php printf( __( 'Congratulations! Your new site, %s, is almost ready.' ), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2>
    728728
    729729        <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>
    731731        <p><?php _e( 'If you do not activate your site within two days, you will have to sign up again.' ); ?></p>
    732732        <h2><?php _e( 'Still waiting for your email?' ); ?></h2>
    733733        <p>