Make WordPress Core

Changeset 20556 for trunk/wp-signup.php


Ignore:
Timestamp:
04/21/2012 06:40:31 AM (13 years ago)
Author:
nacin
Message:

Combine two strings. props jiehanzheng. fixes #20500.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-signup.php

    r19850 r20556  
    290290    <h2><?php printf( __( '%s is your new username' ), $user_name) ?></h2>
    291291    <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>
    293293    <p><?php _e( 'If you do not activate your username within two days, you will have to sign up again.' ); ?></p>
    294294    <?php
Note: See TracChangeset for help on using the changeset viewer.