Changeset 4766 for trunk/wp-admin/install.php
- Timestamp:
- 01/18/2007 06:03:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r4737 r4766 82 82 83 83 <?php 84 $result = wp_install($weblog_title, __('admin'), $admin_email, $public);84 $result = wp_install($weblog_title, 'admin', $admin_email, $public); 85 85 extract($result); 86 86 ?> … … 93 93 <dl> 94 94 <dt><?php _e('Username'); ?></dt> 95 <dd><code> <?php _e('admin') ?></code></dd>95 <dd><code>admin</code></dd> 96 96 <dt><?php _e('Password'); ?></dt> 97 97 <dd><code><?php echo $password; ?></code></dd>
Note: See TracChangeset
for help on using the changeset viewer.