Changeset 8309 for trunk/wp-admin/setup-config.php
- Timestamp:
- 07/10/2008 04:59:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/setup-config.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r8238 r8309 63 63 <p>In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready…</p> 64 64 65 <p ><a href="setup-config.php?step=1" class="button">Let’s go!</a></p>65 <p class="step"><a href="setup-config.php?step=1" class="button">Let’s go!</a></p> 66 66 <?php 67 67 break; … … 99 99 </tr> 100 100 </table> 101 <h2 class="step"> 102 <input name="submit" type="submit" value="Submit" class="button" /> 103 </h2> 101 <p class="step"><input name="submit" type="submit" value="Submit" class="button" /></p> 104 102 </form> 105 103 <?php … … 155 153 <p>All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…</p> 156 154 157 <p ><a href="install.php" class="button">Run the install</a></p>155 <p class="step"><a href="install.php" class="button">Run the install</a></p> 158 156 <?php 159 157 break;
Note: See TracChangeset
for help on using the changeset viewer.