Ticket #4985: install.patch
| File install.patch, 780 bytes (added by , 19 years ago) |
|---|
-
wp-admin/install.php
31 31 case 0: 32 32 case 1: // in case people are directly linking to this 33 33 ?> 34 <h1> Welcome</h1>34 <h1><?php _e('Welcome'); ?></h1> 35 35 <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> 36 36 <!--<h2 class="step"><a href="install.php?step=1"><?php _e('First Step »'); ?></a></h2>--> 37 37