Changeset 34987
- Timestamp:
- 10/09/2015 03:42:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r34867 r34987 144 144 <?php _e( "Need more help? <a href='https://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ); ?> 145 145 </p> 146 <p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready…" ); ?></p>146 <p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you don’t have this information, then you will need to contact them before you can continue. If you’re all ready…" ); ?></p> 147 147 148 148 <p class="step"><a href="<?php echo $step_1; ?>" class="button button-large"><?php _e( 'Let’s go!' ); ?></a></p> … … 177 177 <th scope="row"><label for="dbhost"><?php _e( 'Database Host' ); ?></label></th> 178 178 <td><input name="dbhost" id="dbhost" type="text" size="25" value="localhost" /></td> 179 <td><?php _e( 'You should be able to get this info from your web host, if <code>localhost</code> does not work.' ); ?></td>179 <td><?php _e( 'You should be able to get this info from your web host, if <code>localhost</code> doesn’t work.' ); ?></td> 180 180 </tr> 181 181 <tr>
Note: See TracChangeset
for help on using the changeset viewer.