Changeset 3642
- Timestamp:
- 03/14/2006 06:12:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/wp-register.php
r2548 r3642 104 104 <div id="login"> 105 105 <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 /> 107 107 <?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> 109 109 <p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> »</a></p> 110 110 </div>
Note: See TracChangeset
for help on using the changeset viewer.