Changeset 29611
- Timestamp:
- 08/26/2014 04:04:12 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r29599 r29611 203 203 ?> 204 204 <h1><?php _ex( 'Welcome', 'Howdy' ); ?></h1> 205 <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>205 <p><?php __( 'Welcome to the famous five-minute WordPress installation process! 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.' ); ?></p> 206 206 207 207 <h1><?php _e( 'Information needed' ); ?></h1>
Note: See TracChangeset
for help on using the changeset viewer.