Changeset 4766

Show
Ignore:
Timestamp:
01/18/07 18:03:32 (2 years ago)
Author:
ryan
Message:

Don't translate admin user. Leave it fixed. Props nbachiyski. fixes #3589

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/install.php

    r4737 r4766  
    8282 
    8383<?php 
    84     $result = wp_install($weblog_title, __('admin'), $admin_email, $public); 
     84    $result = wp_install($weblog_title, 'admin', $admin_email, $public); 
    8585    extract($result); 
    8686?> 
     
    9393<dl> 
    9494    <dt><?php _e('Username'); ?></dt> 
    95         <dd><code><?php _e('admin') ?></code></dd> 
     95        <dd><code>admin</code></dd> 
    9696    <dt><?php _e('Password'); ?></dt> 
    9797        <dd><code><?php echo $password; ?></code></dd>