Don't translate admin user. Leave it fixed. Props nbachiyski. fixes #3589
git-svn-id: http://svn.automattic.com/wordpress/trunk@4766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8089855f83
commit
ef81b079de
|
@ -81,7 +81,7 @@ switch($step) {
|
|||
|
||||
|
||||
<?php
|
||||
$result = wp_install($weblog_title, __('admin'), $admin_email, $public);
|
||||
$result = wp_install($weblog_title, 'admin', $admin_email, $public);
|
||||
extract($result);
|
||||
?>
|
||||
|
||||
|
@ -92,7 +92,7 @@ switch($step) {
|
|||
|
||||
<dl>
|
||||
<dt><?php _e('Username'); ?></dt>
|
||||
<dd><code><?php _e('admin') ?></code></dd>
|
||||
<dd><code>admin</code></dd>
|
||||
<dt><?php _e('Password'); ?></dt>
|
||||
<dd><code><?php echo $password; ?></code></dd>
|
||||
<dt><?php _e('Login address'); ?></dt>
|
||||
|
|
Loading…
Reference in New Issue