Changeset 2400 for trunk/wp-admin/install.php
- Timestamp:
- 03/02/2005 03:42:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r2391 r2400 186 186 <p><em><?php _e('Finished!'); ?></em></p> 187 187 188 <p><?php printf(__('Now you can <a href="%1$s">log in</a> with the <strong>login</strong> 189 "<code>admin</code>" and <strong>password</strong> "<code>%2$s</code>".'), '../wp-login.php', $random_password); ?></p> 190 <p><?php _e('<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> 191 password that was generated just for you. If you lose it, you 192 will have to delete the tables from the database yourself, and re-install WordPress. So to review:'); ?> 188 <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> 189 <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:'); ?> 193 190 </p> 194 191 <dl>
Note: See TracChangeset
for help on using the changeset viewer.