mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Backport from Mark J.
git-svn-id: http://svn.automattic.com/wordpress/branches/1.5@3642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
814aaddaaa
commit
bc050faba8
@ -103,9 +103,9 @@ case 'register':
|
|||||||
|
|
||||||
<div id="login">
|
<div id="login">
|
||||||
<h2><?php _e('Registration Complete') ?></h2>
|
<h2><?php _e('Registration Complete') ?></h2>
|
||||||
<p><?php printf(__('Username: %s'), "<strong>$user_login</strong>") ?><br />
|
<p><?php printf(__('Username: %s'), '<strong>' . wp_specialchars($user_login) . '</strong>') ?><br />
|
||||||
<?php printf(__('Password: %s'), '<strong>' . __('emailed to you') . '</strong>') ?> <br />
|
<?php printf(__('Password: %s'), '<strong>' . __('emailed to you') . '</strong>') ?> <br />
|
||||||
<?php printf(__('E-mail: %s'), "<strong>$user_email</strong>") ?></p>
|
<?php printf(__('E-mail: %s'), '<strong>' . wp_specialchars($user_email) . '</strong>') ?></p>
|
||||||
<p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> »</a></p>
|
<p class="submit"><a href="wp-login.php"><?php _e('Login'); ?> »</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user