Revert submit_button() for wp-includes, setup-config, install, login, signup. see [16061], see #15064, fixes #15247.

git-svn-id: https://develop.svn.wordpress.org/trunk@16066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-29 00:31:27 +00:00
parent 4cc293abd2
commit e2dfe4f5c2
10 changed files with 18 additions and 22 deletions

View File

@@ -146,7 +146,7 @@ switch($step) {
</tr>
</table>
<?php if ( isset( $_GET['noapi'] ) ) { ?><input name="noapi" type="hidden" value="true" /><?php } ?>
<p class="step"><?php submit_button( __( 'Submit' ), 'button', 'submit', false ); ?></p>
<p class="step"><input name="submit" type="submit" value="Submit" class="button" /></p>
</form>
<?php
break;