Changeset 11190 for trunk/wp-admin/install.php
- Timestamp:
- 05/05/2009 04:28:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r11110 r11190 83 83 ?> 84 84 <h1><?php _e('Welcome'); ?></h1> 85 <p><?php printf(__('Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure. Otherwise, just fill in the information below and you \'ll be on your way to using the most extendable and powerful personal publishing platform in the world.'), '../readme.html'); ?></p>85 <p><?php printf(__('Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure. Otherwise, just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.'), '../readme.html'); ?></p> 86 86 <!--<h2 class="step"><a href="install.php?step=1"><?php _e('First Step'); ?></a></h2>--> 87 87 88 88 <h1><?php _e('Information needed'); ?></h1> 89 <p><?php _e( "Please provide the following information. Don't worry, you can always change these settings later."); ?></p>89 <p><?php _e('Please provide the following information. Don’t worry, you can always change these settings later.'); ?></p> 90 90 91 91
Note: See TracChangeset
for help on using the changeset viewer.