Make WordPress Core


Ignore:
Timestamp:
01/18/2007 06:03:32 PM (18 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.