Changeset 3642

Show
Ignore:
Timestamp:
03/14/06 06:12:59 (3 years ago)
Author:
ryan
Message:

Backport from Mark J.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/wp-register.php

    r2548 r3642  
    104104<div id="login">  
    105105    <h2><?php _e('Registration Complete') ?></h2> 
    106     <p><?php printf(__('Username: %s'), "<strong>$user_login</strong>") ?><br /> 
     106    <p><?php printf(__('Username: %s'), '<strong>' . wp_specialchars($user_login) . '</strong>') ?><br /> 
    107107    <?php printf(__('Password: %s'), '<strong>' . __('emailed to you') . '</strong>') ?> <br /> 
    108     <?php printf(__('E-mail: %s'), "<strong>$user_email</strong>") ?></p> 
     108    <?php printf(__('E-mail: %s'), '<strong>' . wp_specialchars($user_email) . '</strong>') ?></p> 
    109109    <p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> &raquo;</a></p> 
    110110</div>