diff --git a/wp-admin/install.php b/wp-admin/install.php index 4714312a96..d23073b656 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -133,7 +133,7 @@ function display_setup_form( $error = null ) { -

+

-

+

- $args['id_submit'] ) ); ?> +

diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index b7c63f85f7..62234d4b4f 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -160,7 +160,7 @@ function get_search_form($echo = true) { $form = ''; @@ -283,7 +283,7 @@ function wp_login_form( $args = array() ) { ' . apply_filters( 'login_form_middle', '' ) . ' ' . ( $args['remember'] ? '

' : '' ) . '

- ' . get_submit_button( $args['label_log_in'], 'primary', 'wp-submit', false, array( 'id' => $args['id_submit'], 'tabindex' => 100 ) ) . ' +

' . apply_filters( 'login_form_bottom', '' ) . ' diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 1389b64d9b..ec506d3a49 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1025,11 +1025,7 @@ function get_the_password_form() { $label = 'pwbox-'.(empty($post->ID) ? rand() : $post->ID); $output = '

' . __("This post is password protected. To view it please enter your password below:") . '

-

- ' . get_submit_button( __( 'Submit' ), '', 'Submit', false ) . ' -

+

'; return apply_filters('the_password_form', $output); @@ -1212,7 +1208,7 @@ function wp_list_post_revisions( $post_id = 0, $args = null ) {
- +
diff --git a/wp-includes/post.php b/wp-includes/post.php index 445f06e740..fb1582b6a1 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -5123,14 +5123,14 @@ function wp_quickpress_form( $args = array(), $post_type = 'post'){ ); $submit_fields = array( - 'save' => get_submit_button( __( 'Save Draft' ), 'button', 'save', false, array( 'id' => 'save-post', 'tabindex' => '%s' ) ), + 'save' => '', 'reset' => '', ); $publishing_action = current_user_can('publish_posts') ? esc_attr('Publish') : esc_attr('Submit for Review'); $publishing_fields = array( - 'submit' => get_submit_button( $publishing_action, 'primary', 'publish', false, array( 'accesskey' => 'p', 'tabindex' => '%s' ) ), + 'submit' => '', /*'test' => '', */ ); diff --git a/wp-includes/theme-compat/comments-popup.php b/wp-includes/theme-compat/comments-popup.php index 620543f02d..86582ba37a 100644 --- a/wp-includes/theme-compat/comments-popup.php +++ b/wp-includes/theme-compat/comments-popup.php @@ -95,7 +95,7 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie

" /> - '5' ) ); ?> +

ID); ?> diff --git a/wp-includes/theme-compat/comments.php b/wp-includes/theme-compat/comments.php index 935aae66d2..c6fbb7fcd4 100644 --- a/wp-includes/theme-compat/comments.php +++ b/wp-includes/theme-compat/comments.php @@ -89,7 +89,7 @@ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.

-

'5' ) ); ?> +

ID); ?> diff --git a/wp-login.php b/wp-login.php index cc35d6f896..ae35b31645 100644 --- a/wp-login.php +++ b/wp-login.php @@ -411,7 +411,7 @@ case 'retrievepassword' :

- '100' ) ); ?> +


- '100' ) ); ?> +


- '100' ) ); ?> +

- '100' ) ); ?> + diff --git a/wp-signup.php b/wp-signup.php index 8f7a24b73c..5d0610a8f7 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -191,7 +191,7 @@ function signup_another_blog($blogname = '', $blog_title = '', $errors = '') { - +

- +

" /> - +