mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
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:
@@ -133,7 +133,7 @@ function display_setup_form( $error = null ) {
|
||||
<td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow my site to appear in search engines like Google and Technorati.' ); ?></label></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p class="step"><?php submit_button( __( 'Install WordPress' ), 'button', 'Submit', false ); ?></p>
|
||||
<p class="step"><input type="submit" name="Submit" value="<?php esc_attr_e( 'Install WordPress' ); ?>" class="button" /></p>
|
||||
</form>
|
||||
<?php
|
||||
} // end display_setup_form()
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user