Make WordPress Core


Ignore:
Timestamp:
03/02/2005 03:42:59 PM (20 years ago)
Author:
ryan
Message:

Remove extra line breaks. http://mosquito.wordpress.org/view.php?id=1002

File:
1 edited

Legend:

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

    r2391 r2400  
    186186<p><em><?php _e('Finished!'); ?></em></p>
    187187
    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:'); ?>
    193190</p>
    194191<dl>
Note: See TracChangeset for help on using the changeset viewer.