Remove extra line breaks. http://mosquito.wordpress.org/view.php?id=1002
git-svn-id: http://svn.automattic.com/wordpress/trunk@2400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6ff955829c
commit
ec8924fb5b
|
@ -185,11 +185,8 @@ upgrade_all();
|
|||
|
||||
<p><em><?php _e('Finished!'); ?></em></p>
|
||||
|
||||
<p><?php printf(__('Now you can <a href="%1$s">log in</a> with the <strong>login</strong>
|
||||
"<code>admin</code>" and <strong>password</strong> "<code>%2$s</code>".'), '../wp-login.php', $random_password); ?></p>
|
||||
<p><?php _e('<strong><em>Note that password</em></strong> carefully! It is a <em>random</em>
|
||||
password that was generated just for you. If you lose it, you
|
||||
will have to delete the tables from the database yourself, and re-install WordPress. So to review:'); ?>
|
||||
<p><?php printf(__('Now you can <a href="%1$s">log in</a> with the <strong>login</strong> "<code>admin</code>" and <strong>password</strong> "<code>%2$s</code>".'), '../wp-login.php', $random_password); ?></p>
|
||||
<p><?php _e('<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you. If you lose it, you will have to delete the tables from the database yourself, and re-install WordPress. So to review:'); ?>
|
||||
</p>
|
||||
<dl>
|
||||
<dt><?php _e('Login'); ?></dt>
|
||||
|
|
Loading…
Reference in New Issue