Skip to content

Commit

Permalink
Don't translate admin user. Leave it fixed. Props nbachiyski. fixes #…
Browse files Browse the repository at this point in the history
…3589

git-svn-id: http://svn.automattic.com/wordpress/trunk@4766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Jan 18, 2007
1 parent 8089855 commit ef81b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-admin/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@


<?php
$result = wp_install($weblog_title, __('admin'), $admin_email, $public);
$result = wp_install($weblog_title, 'admin', $admin_email, $public);
extract($result);
?>

Expand All @@ -92,7 +92,7 @@

<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>
Expand Down

0 comments on commit ef81b07

Please sign in to comment.