Changeset 2437 for trunk/wp-admin/install.php
- Timestamp:
- 03/13/2005 05:06:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r2409 r2437 194 194 <p><em><?php _e('Finished!'); ?></em></p> 195 195 196 <p><?php printf(__('Now you can <a href="%1$s">log in</a> with the <strong> login</strong> "<code>admin</code>" and <strong>password</strong> "<code>%2$s</code>".'), '../wp-login.php', $random_password); ?></p>196 <p><?php printf(__('Now you can <a href="%1$s">log in</a> with the <strong>username</strong> "<code>admin</code>" and <strong>password</strong> "<code>%2$s</code>".'), '../wp-login.php', $random_password); ?></p> 197 197 <p><?php _e('<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you. If you lose it, you will have to delete the tables from the database yourself, and re-install WordPress. So to review:'); ?> 198 198 </p> 199 199 <dl> 200 <dt><?php _e(' Login'); ?></dt>200 <dt><?php _e('Username'); ?></dt> 201 201 <dd><code>admin</code></dd> 202 202 <dt><?php _e('Password'); ?></dt>
Note: See TracChangeset
for help on using the changeset viewer.