Changeset 19808 for trunk/wp-admin/install.php
- Timestamp:
- 02/01/2012 02:49:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r19807 r19808 168 168 display_header(); 169 169 ?> 170 <h1><?php _ex( 'Welcome', ' hello' ); ?></h1>170 <h1><?php _ex( 'Welcome', 'Howdy' ); ?></h1> 171 171 <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> 172 172
Note: See TracChangeset
for help on using the changeset viewer.