summaryrefslogtreecommitdiffstats
path: root/wp-admin/setup-config.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/setup-config.php')
-rw-r--r--wp-admin/setup-config.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php
index 3b657c7..8bf3d48 100644
--- a/wp-admin/setup-config.php
+++ b/wp-admin/setup-config.php
@@ -63,7 +63,7 @@ switch($step) {
<p><strong>If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>. </strong></p>
<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&#8217;re all ready&hellip;</p>
-<p><a href="setup-config.php?step=1" class="button">Let&#8217;s go!</a></p>
+<p class="step"><a href="setup-config.php?step=1" class="button">Let&#8217;s go!</a></p>
<?php
break;
@@ -99,9 +99,7 @@ switch($step) {
<td>If you want to run multiple WordPress installations in a single database, change this.</td>
</tr>
</table>
- <h2 class="step">
- <input name="submit" type="submit" value="Submit" class="button" />
- </h2>
+ <p class="step"><input name="submit" type="submit" value="Submit" class="button" /></p>
</form>
<?php
break;
@@ -155,7 +153,7 @@ switch($step) {
?>
<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&hellip;</p>
-<p><a href="install.php" class="button">Run the install</a></p>
+<p class="step"><a href="install.php" class="button">Run the install</a></p>
<?php
break;
}