Make WordPress Core

Changeset 3642


Ignore:
Timestamp:
03/14/2006 06:12:59 AM (19 years ago)
Author:
ryan
Message:

Backport from Mark J.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.