mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-29 17:54:29 +00:00
Give better instructions when installing over an existing users table. Fixes #9569 based on patch from coffee2code.
git-svn-id: https://develop.svn.wordpress.org/trunk@11326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -136,8 +136,10 @@ switch($step) {
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php _e('Password'); ?></th>
|
||||
<td><code><?php echo $password; ?></code><br />
|
||||
<?php echo '<p>'.__('<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you.').'</p>'; ?></td>
|
||||
<td><?php if ( !empty( $password ) ) {
|
||||
echo '<code>'. $password .'</code><br />';
|
||||
}
|
||||
echo '<p>'. $password_message .'</p>'; ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user