mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +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:
@@ -191,7 +191,7 @@ function signup_another_blog($blogname = '', $blog_title = '', $errors = '') {
|
||||
<input type="hidden" name="stage" value="gimmeanotherblog" />
|
||||
<?php do_action( "signup_hidden_fields" ); ?>
|
||||
<?php show_blog_form($blogname, $blog_title, $errors); ?>
|
||||
<?php submit_button( __( 'Create Site' ), 'submit', 'submit' ); ?>
|
||||
<p class="submit"><input type="submit" name="submit" class="submit" value="<?php esc_attr_e( 'Create Site' ) ?>" /></p>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
@@ -270,7 +270,7 @@ function signup_user($user_name = '', $user_email = '', $errors = '') {
|
||||
<?php } ?>
|
||||
</p>
|
||||
|
||||
<?php submit_button( __( 'Next' ), 'submit', 'submit' ); ?>
|
||||
<p class="submit"><input type="submit" name="submit" class="submit" value="<?php esc_attr_e('Next') ?>" /></p>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
@@ -326,7 +326,7 @@ function signup_blog($user_name = '', $user_email = '', $blogname = '', $blog_ti
|
||||
<input type="hidden" name="user_email" value="<?php echo esc_attr($user_email) ?>" />
|
||||
<?php do_action( "signup_hidden_fields" ); ?>
|
||||
<?php show_blog_form($blogname, $blog_title, $errors); ?>
|
||||
<?php submit_button( __( 'Signup' ), 'submit', 'submit', true ); ?>
|
||||
<p class="submit"><input type="submit" name="submit" class="submit" value="<?php esc_attr_e('Signup') ?>" /></p>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user