<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[16066] trunk: Revert submit_button() for wp-includes, setup-config,
  install, login, signup.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/16066">16066</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-10-29 00:31:27 +0000 (Fri, 29 Oct 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Revert submit_button() for wp-includes, setup-config, install, login, signup. see <a href="http://trac.wordpress.org/changeset/16061">[16061]</a>, see <a href="http://trac.wordpress.org/ticket/15064">#15064</a>, fixes <a href="http://trac.wordpress.org/ticket/15247">#15247</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmininstallphp">trunk/wp-admin/install.php</a></li>
<li><a href="#trunkwpadminsetupconfigphp">trunk/wp-admin/setup-config.php</a></li>
<li><a href="#trunkwpincludescommenttemplatephp">trunk/wp-includes/comment-template.php</a></li>
<li><a href="#trunkwpincludesgeneraltemplatephp">trunk/wp-includes/general-template.php</a></li>
<li><a href="#trunkwpincludesposttemplatephp">trunk/wp-includes/post-template.php</a></li>
<li><a href="#trunkwpincludespostphp">trunk/wp-includes/post.php</a></li>
<li><a href="#trunkwpincludesthemecompatcommentspopupphp">trunk/wp-includes/theme-compat/comments-popup.php</a></li>
<li><a href="#trunkwpincludesthemecompatcommentsphp">trunk/wp-includes/theme-compat/comments.php</a></li>
<li><a href="#trunkwploginphp">trunk/wp-login.php</a></li>
<li><a href="#trunkwpsignupphp">trunk/wp-signup.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmininstallphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/install.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/install.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-admin/install.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -133,7 +133,7 @@
</span><span class="cx">                         &lt;td colspan=&quot;2&quot;&gt;&lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;blog_public&quot; value=&quot;1&quot; &lt;?php checked( $blog_public ); ?&gt; /&gt; &lt;?php _e( 'Allow my site to appear in search engines like Google and Technorati.' ); ?&gt;&lt;/label&gt;&lt;/td&gt;
</span><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">         &lt;/table&gt;
</span><del>-        &lt;p class=&quot;step&quot;&gt;&lt;?php submit_button( __( 'Install WordPress' ), 'button', 'Submit', false ); ?&gt;&lt;/p&gt;
</del><ins>+        &lt;p class=&quot;step&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;&lt;?php esc_attr_e( 'Install WordPress' ); ?&gt;&quot; class=&quot;button&quot; /&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/form&gt;
</span><span class="cx"> &lt;?php
</span><span class="cx"> } // end display_setup_form()
</span></span></pre></div>
<a id="trunkwpadminsetupconfigphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/setup-config.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/setup-config.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-admin/setup-config.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">         &lt;/table&gt;
</span><span class="cx">         &lt;?php if ( isset( $_GET['noapi'] ) ) { ?&gt;&lt;input name=&quot;noapi&quot; type=&quot;hidden&quot; value=&quot;true&quot; /&gt;&lt;?php } ?&gt;
</span><del>-        &lt;p class=&quot;step&quot;&gt;&lt;?php submit_button( __( 'Submit' ), 'button', 'submit', false ); ?&gt;&lt;/p&gt;
</del><ins>+        &lt;p class=&quot;step&quot;&gt;&lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Submit&quot; class=&quot;button&quot; /&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/form&gt;
</span><span class="cx"> &lt;?php
</span><span class="cx">         break;
</span></span></pre></div>
<a id="trunkwpincludescommenttemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/comment-template.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/comment-template.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-includes/comment-template.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -1572,7 +1572,7 @@
</span><span class="cx">                                                 &lt;?php echo apply_filters( 'comment_form_field_comment', $args['comment_field'] ); ?&gt;
</span><span class="cx">                                                 &lt;?php echo $args['comment_notes_after']; ?&gt;
</span><span class="cx">                                                 &lt;p class=&quot;form-submit&quot;&gt;
</span><del>-                                                        &lt;?php submit_button( $args['label_submit'], 'button', 'submit', false, array( 'id' =&gt; $args['id_submit'] ) ); ?&gt;
</del><ins>+                                                        &lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;&lt;?php echo esc_attr( $args['id_submit'] ); ?&gt;&quot; value=&quot;&lt;?php echo esc_attr( $args['label_submit'] ); ?&gt;&quot; /&gt;
</ins><span class="cx">                                                         &lt;?php comment_id_fields(); ?&gt;
</span><span class="cx">                                                 &lt;/p&gt;
</span><span class="cx">                                                 &lt;?php do_action( 'comment_form', $post_id ); ?&gt;
</span></span></pre></div>
<a id="trunkwpincludesgeneraltemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/general-template.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/general-template.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-includes/general-template.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -160,7 +160,7 @@
</span><span class="cx">         $form = '&lt;form role=&quot;search&quot; method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;' . home_url( '/' ) . '&quot; &gt;
</span><span class="cx">         &lt;div&gt;&lt;label class=&quot;screen-reader-text&quot; for=&quot;s&quot;&gt;' . __('Search for:') . '&lt;/label&gt;
</span><span class="cx">         &lt;input type=&quot;text&quot; value=&quot;' . get_search_query() . '&quot; name=&quot;s&quot; id=&quot;s&quot; /&gt;
</span><del>-        ' . get_submit_button( __( 'Search' ), '', 'searchsubmit', false ) . '
</del><ins>+        &lt;input type=&quot;submit&quot; id=&quot;searchsubmit&quot; value=&quot;'. esc_attr__('Search') .'&quot; /&gt;
</ins><span class="cx">         &lt;/div&gt;
</span><span class="cx">         &lt;/form&gt;';
</span><span class="cx"> 
</span><span class="lines">@@ -283,7 +283,7 @@
</span><span class="cx">                         ' . apply_filters( 'login_form_middle', '' ) . '
</span><span class="cx">                         ' . ( $args['remember'] ? '&lt;p class=&quot;login-remember&quot;&gt;&lt;label&gt;&lt;input name=&quot;rememberme&quot; type=&quot;checkbox&quot; id=&quot;' . esc_attr( $args['id_remember'] ) . '&quot; value=&quot;forever&quot; tabindex=&quot;90&quot;' . ( $args['value_remember'] ? ' checked=&quot;checked&quot;' : '' ) . ' /&gt; ' . esc_html( $args['label_remember'] ) . '&lt;/label&gt;&lt;/p&gt;' : '' ) . '
</span><span class="cx">                         &lt;p class=&quot;login-submit&quot;&gt;
</span><del>-                        ' . get_submit_button( $args['label_log_in'], 'primary', 'wp-submit', false, array( 'id' =&gt; $args['id_submit'], 'tabindex' =&gt; 100 ) ) . '
</del><ins>+                                &lt;input type=&quot;submit&quot; name=&quot;wp-submit&quot; id=&quot;' . esc_attr( $args['id_submit'] ) . '&quot; class=&quot;button-primary&quot; value=&quot;' . esc_attr( $args['label_log_in'] ) . '&quot; tabindex=&quot;100&quot; /&gt;
</ins><span class="cx">                                 &lt;input type=&quot;hidden&quot; name=&quot;redirect_to&quot; value=&quot;' . esc_attr( $args['redirect'] ) . '&quot; /&gt;
</span><span class="cx">                         &lt;/p&gt;
</span><span class="cx">                         ' . apply_filters( 'login_form_bottom', '' ) . '
</span></span></pre></div>
<a id="trunkwpincludesposttemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/post-template.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/post-template.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-includes/post-template.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -1025,11 +1025,7 @@
</span><span class="cx">         $label = 'pwbox-'.(empty($post-&gt;ID) ? rand() : $post-&gt;ID);
</span><span class="cx">         $output = '&lt;form action=&quot;' . get_option('siteurl') . '/wp-pass.php&quot; method=&quot;post&quot;&gt;
</span><span class="cx">         &lt;p&gt;' . __(&quot;This post is password protected. To view it please enter your password below:&quot;) . '&lt;/p&gt;
</span><del>-        &lt;p&gt;
-                &lt;label for=&quot;' . $label . '&quot;&gt;' . __(&quot;Password:&quot;) . '
-                        &lt;input name=&quot;post_password&quot; id=&quot;' . $label . '&quot; type=&quot;password&quot; size=&quot;20&quot; /&gt;
-                &lt;/label&gt;' . get_submit_button( __( 'Submit' ), '', 'Submit', false ) . '
-        &lt;/p&gt;
</del><ins>+        &lt;p&gt;&lt;label for=&quot;' . $label . '&quot;&gt;' . __(&quot;Password:&quot;) . ' &lt;input name=&quot;post_password&quot; id=&quot;' . $label . '&quot; type=&quot;password&quot; size=&quot;20&quot; /&gt;&lt;/label&gt; &lt;input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;' . esc_attr__(&quot;Submit&quot;) . '&quot; /&gt;&lt;/p&gt;
</ins><span class="cx">         &lt;/form&gt;
</span><span class="cx">         ';
</span><span class="cx">         return apply_filters('the_password_form', $output);
</span><span class="lines">@@ -1212,7 +1208,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;div class=&quot;tablenav&quot;&gt;
</span><span class="cx">         &lt;div class=&quot;alignleft&quot;&gt;
</span><del>-                &lt;?php submit_button( __( 'Compare Revisions' ), 'secondary', '', false ); ?&gt;
</del><ins>+                &lt;input type=&quot;submit&quot; class=&quot;button-secondary&quot; value=&quot;&lt;?php esc_attr_e( 'Compare Revisions' ); ?&gt;&quot; /&gt;
</ins><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;diff&quot; /&gt;
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;post_type&quot; value=&quot;&lt;?php echo esc_attr($post-&gt;post_type); ?&gt;&quot; /&gt;
</span><span class="cx">         &lt;/div&gt;
</span></span></pre></div>
<a id="trunkwpincludespostphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/post.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/post.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-includes/post.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -5123,14 +5123,14 @@
</span><span class="cx">         );
</span><span class="cx"> 
</span><span class="cx">         $submit_fields = array(
</span><del>-                'save' =&gt; get_submit_button( __( 'Save Draft' ), 'button', 'save', false, array( 'id' =&gt; 'save-post', 'tabindex' =&gt; '%s' ) ),
</del><ins>+                'save' =&gt; '&lt;input type=&quot;submit&quot; name=&quot;save&quot; id=&quot;save-post&quot; class=&quot;button&quot; tabindex=&quot;%s&quot; value=&quot;'.  esc_attr('Save Draft') .'&quot; /&gt;',
</ins><span class="cx">                 'reset' =&gt; '&lt;input type=&quot;reset&quot; tabindex=&quot;%s&quot; value=&quot;'. esc_attr( 'Reset' ).'&quot; class=&quot;button&quot; /&gt;',
</span><span class="cx">         );
</span><span class="cx"> 
</span><span class="cx">         $publishing_action = current_user_can('publish_posts') ? esc_attr('Publish') : esc_attr('Submit for Review');
</span><span class="cx"> 
</span><span class="cx">         $publishing_fields = array(
</span><del>-        'submit' =&gt; get_submit_button( $publishing_action, 'primary', 'publish', false, array( 'accesskey' =&gt; 'p', 'tabindex' =&gt; '%s' ) ),
</del><ins>+        'submit' =&gt; '&lt;input type=&quot;submit&quot; name=&quot;publish&quot; id=&quot;publish&quot; accesskey=&quot;p&quot; tabindex=&quot;%s&quot; class=&quot;button-primary&quot; value=&quot;' . $publishing_action . '&quot; /&gt;',
</ins><span class="cx">         /*'test' =&gt; '&lt;input type=&quot;submit&quot; name=&quot;publish&quot; id=&quot;publish&quot; accesskey=&quot;p&quot; tabindex=&quot;%n&quot; class=&quot;button-primary&quot; value=&quot;'. esc_attr('Publish') .'&quot; /&gt;', */
</span><span class="cx"> 
</span><span class="cx">         );
</span></span></pre></div>
<a id="trunkwpincludesthemecompatcommentspopupphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/theme-compat/comments-popup.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/theme-compat/comments-popup.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-includes/theme-compat/comments-popup.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx">         &lt;p&gt;
</span><span class="cx">           &lt;input type=&quot;hidden&quot; name=&quot;comment_post_ID&quot; value=&quot;&lt;?php echo $id; ?&gt;&quot; /&gt;
</span><span class="cx">           &lt;input type=&quot;hidden&quot; name=&quot;redirect_to&quot; value=&quot;&lt;?php echo esc_attr($_SERVER[&quot;REQUEST_URI&quot;]); ?&gt;&quot; /&gt;
</span><del>-          &lt;?php submit_button( __( 'Say It!' ), '', 'submit', false, array( 'tabindex' =&gt; '5' ) ); ?&gt;
</del><ins>+          &lt;input name=&quot;submit&quot; type=&quot;submit&quot; tabindex=&quot;5&quot; value=&quot;&lt;?php _e('Say It!' ); ?&gt;&quot; /&gt;
</ins><span class="cx">         &lt;/p&gt;
</span><span class="cx">         &lt;?php do_action('comment_form', $post-&gt;ID); ?&gt;
</span><span class="cx"> &lt;/form&gt;
</span></span></pre></div>
<a id="trunkwpincludesthemecompatcommentsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/theme-compat/comments.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/theme-compat/comments.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-includes/theme-compat/comments.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;p&gt;&lt;textarea name=&quot;comment&quot; id=&quot;comment&quot; cols=&quot;58&quot; rows=&quot;10&quot; tabindex=&quot;4&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><del>-&lt;p&gt;&lt;?php submit_button( __( 'Submit Comment' ), '', 'submit', false, array( 'tabindex' =&gt; '5' ) ); ?&gt;
</del><ins>+&lt;p&gt;&lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;submit&quot; tabindex=&quot;5&quot; value=&quot;&lt;?php _e('Submit Comment'); ?&gt;&quot; /&gt;
</ins><span class="cx"> &lt;?php comment_id_fields(); ?&gt;
</span><span class="cx"> &lt;/p&gt;
</span><span class="cx"> &lt;?php do_action('comment_form', $post-&gt;ID); ?&gt;
</span></span></pre></div>
<a id="trunkwploginphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-login.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-login.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-login.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -411,7 +411,7 @@
</span><span class="cx">         &lt;/p&gt;
</span><span class="cx"> &lt;?php do_action('lostpassword_form'); ?&gt;
</span><span class="cx">         &lt;input type=&quot;hidden&quot; name=&quot;redirect_to&quot; value=&quot;&lt;?php echo esc_attr( $redirect_to ); ?&gt;&quot; /&gt;
</span><del>-        &lt;?php submit_button( __( 'Get New Password' ), 'primary', 'wp-submit', true, array( 'tabindex' =&gt; '100' ) ); ?&gt;
</del><ins>+        &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;wp-submit&quot; id=&quot;wp-submit&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php esc_attr_e('Get New Password'); ?&gt;&quot; tabindex=&quot;100&quot; /&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/form&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p id=&quot;nav&quot;&gt;
</span><span class="lines">@@ -467,7 +467,7 @@
</span><span class="cx">         &lt;p class=&quot;description indicator-hint&quot;&gt;&lt;?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! &quot; ? $ % ^ &amp;amp; ).'); ?&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;br class=&quot;clear&quot; /&gt;
</span><del>-        &lt;?php submit_button( __( 'Reset Password' ), 'primary', 'wp-submit', true, array( 'tabindex' =&gt; '100' ) ); ?&gt;
</del><ins>+        &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;wp-submit&quot; id=&quot;wp-submit&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php esc_attr_e('Reset Password'); ?&gt;&quot; tabindex=&quot;100&quot; /&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/form&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p id=&quot;nav&quot;&gt;
</span><span class="lines">@@ -523,7 +523,7 @@
</span><span class="cx">         &lt;p id=&quot;reg_passmail&quot;&gt;&lt;?php _e('A password will be e-mailed to you.') ?&gt;&lt;/p&gt;
</span><span class="cx">         &lt;br class=&quot;clear&quot; /&gt;
</span><span class="cx">         &lt;input type=&quot;hidden&quot; name=&quot;redirect_to&quot; value=&quot;&lt;?php echo esc_attr( $redirect_to ); ?&gt;&quot; /&gt;
</span><del>-        &lt;?php submit_button( __( 'Register' ), 'primary', 'wp-submit', true, array( 'tabindex' =&gt; '100' ) ); ?&gt;
</del><ins>+        &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;wp-submit&quot; id=&quot;wp-submit&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php esc_attr_e('Register'); ?&gt;&quot; tabindex=&quot;100&quot; /&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/form&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p id=&quot;nav&quot;&gt;
</span><span class="lines">@@ -640,7 +640,7 @@
</span><span class="cx"> &lt;?php do_action('login_form'); ?&gt;
</span><span class="cx">         &lt;p class=&quot;forgetmenot&quot;&gt;&lt;label&gt;&lt;input name=&quot;rememberme&quot; type=&quot;checkbox&quot; id=&quot;rememberme&quot; value=&quot;forever&quot; tabindex=&quot;90&quot;&lt;?php checked( $rememberme ); ?&gt; /&gt; &lt;?php esc_attr_e('Remember Me'); ?&gt;&lt;/label&gt;&lt;/p&gt;
</span><span class="cx">         &lt;p class=&quot;submit&quot;&gt;
</span><del>-                &lt;?php submit_button( __( 'Log In' ), 'primary', 'wp-submit', false, array( 'tabindex' =&gt; '100' ) ); ?&gt;
</del><ins>+                &lt;input type=&quot;submit&quot; name=&quot;wp-submit&quot; id=&quot;wp-submit&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php esc_attr_e('Log In'); ?&gt;&quot; tabindex=&quot;100&quot; /&gt;
</ins><span class="cx"> &lt;?php        if ( $interim_login ) { ?&gt;
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;interim-login&quot; value=&quot;1&quot; /&gt;
</span><span class="cx"> &lt;?php        } else { ?&gt;
</span></span></pre></div>
<a id="trunkwpsignupphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-signup.php (16065 => 16066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-signup.php        2010-10-28 22:15:54 UTC (rev 16065)
+++ trunk/wp-signup.php        2010-10-29 00:31:27 UTC (rev 16066)
</span><span class="lines">@@ -191,7 +191,7 @@
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;stage&quot; value=&quot;gimmeanotherblog&quot; /&gt;
</span><span class="cx">                 &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
</span><span class="cx">                 &lt;?php show_blog_form($blogname, $blog_title, $errors); ?&gt;
</span><del>-                &lt;?php submit_button( __( 'Create Site' ), 'submit', 'submit' ); ?&gt;
</del><ins>+                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php esc_attr_e( 'Create Site' ) ?&gt;&quot; /&gt;&lt;/p&gt;
</ins><span class="cx">         &lt;/form&gt;
</span><span class="cx">         &lt;?php
</span><span class="cx"> }
</span><span class="lines">@@ -270,7 +270,7 @@
</span><span class="cx">                 &lt;?php } ?&gt;
</span><span class="cx">                 &lt;/p&gt;
</span><span class="cx"> 
</span><del>-                &lt;?php submit_button( __( 'Next' ), 'submit', 'submit' ); ?&gt;
</del><ins>+                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php esc_attr_e('Next') ?&gt;&quot; /&gt;&lt;/p&gt;
</ins><span class="cx">         &lt;/form&gt;
</span><span class="cx">         &lt;?php
</span><span class="cx"> }
</span><span class="lines">@@ -326,7 +326,7 @@
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;user_email&quot; value=&quot;&lt;?php echo esc_attr($user_email) ?&gt;&quot; /&gt;
</span><span class="cx">                 &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
</span><span class="cx">                 &lt;?php show_blog_form($blogname, $blog_title, $errors); ?&gt;
</span><del>-                &lt;?php submit_button( __( 'Signup' ), 'submit', 'submit', true ); ?&gt;
</del><ins>+                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php esc_attr_e('Signup') ?&gt;&quot; /&gt;&lt;/p&gt;
</ins><span class="cx">         &lt;/form&gt;
</span><span class="cx">         &lt;?php
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>