<!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" />
<title>[21311] trunk: Remove nearly all tabindex attributes from the admin, leaving them only where absolutely necessary (for now that's only the toolbar).</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/21311">21311</a></dd>
<dt>Author</dt> <dd>azaozz</dd>
<dt>Date</dt> <dd>2012-07-24 00:15:15 +0000 (Tue, 24 Jul 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove nearly all tabindex attributes from the admin, leaving them only where absolutely necessary (for now that's only the toolbar).

Add tabindex=&quot;-1&quot; for the menu images links to avoid double tab stops there when the menu is expanded.

Fix/add auto-focus on the first input fields on the Add/Edit Post, all taxonomy, all edit taxonomy, Log In and Edit Comment screens.

See <a href="http://core.trac.wordpress.org/ticket/21340">#21340</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmineditformadvancedphp">trunk/wp-admin/edit-form-advanced.php</a></li>
<li><a href="#trunkwpadmineditformcommentphp">trunk/wp-admin/edit-form-comment.php</a></li>
<li><a href="#trunkwpadmineditlinkformphp">trunk/wp-admin/edit-link-form.php</a></li>
<li><a href="#trunkwpadminedittagformphp">trunk/wp-admin/edit-tag-form.php</a></li>
<li><a href="#trunkwpadminedittagsphp">trunk/wp-admin/edit-tags.php</a></li>
<li><a href="#trunkwpadminincludesclasswppostslisttablephp">trunk/wp-admin/includes/class-wp-posts-list-table.php</a></li>
<li><a href="#trunkwpadminincludesclasswpthemeinstalllisttablephp">trunk/wp-admin/includes/class-wp-theme-install-list-table.php</a></li>
<li><a href="#trunkwpadminincludesclasswpthemeslisttablephp">trunk/wp-admin/includes/class-wp-themes-list-table.php</a></li>
<li><a href="#trunkwpadminincludesdashboardphp">trunk/wp-admin/includes/dashboard.php</a></li>
<li><a href="#trunkwpadminincludesmetaboxesphp">trunk/wp-admin/includes/meta-boxes.php</a></li>
<li><a href="#trunkwpadminincludestemplatephp">trunk/wp-admin/includes/template.php</a></li>
<li><a href="#trunkwpadminmenuheaderphp">trunk/wp-admin/menu-header.php</a></li>
<li><a href="#trunkwpadminplugineditorphp">trunk/wp-admin/plugin-editor.php</a></li>
<li><a href="#trunkwpadminpressthisphp">trunk/wp-admin/press-this.php</a></li>
<li><a href="#trunkwpadminthemeeditorphp">trunk/wp-admin/theme-editor.php</a></li>
<li><a href="#trunkwpincludesclasswpeditorphp">trunk/wp-includes/class-wp-editor.php</a></li>
<li><a href="#trunkwpincludesgeneraltemplatephp">trunk/wp-includes/general-template.php</a></li>
<li><a href="#trunkwpincludesjstinymcewpmcehelpphp">trunk/wp-includes/js/tinymce/wp-mce-help.php</a></li>
<li><a href="#trunkwploginphp">trunk/wp-login.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmineditformadvancedphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-form-advanced.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-form-advanced.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/edit-form-advanced.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -283,7 +283,7 @@
</span><span class="cx"> &lt;div id=&quot;titlediv&quot;&gt;
</span><span class="cx"> &lt;div id=&quot;titlewrap&quot;&gt;
</span><span class="cx">         &lt;label class=&quot;hide-if-no-js&quot; style=&quot;visibility:hidden&quot; id=&quot;title-prompt-text&quot; for=&quot;title&quot;&gt;&lt;?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?&gt;&lt;/label&gt;
</span><del>-        &lt;input type=&quot;text&quot; name=&quot;post_title&quot; size=&quot;30&quot; tabindex=&quot;1&quot; value=&quot;&lt;?php echo esc_attr( htmlspecialchars( $post-&gt;post_title ) ); ?&gt;&quot; id=&quot;title&quot; autocomplete=&quot;off&quot; /&gt;
</del><ins>+        &lt;input type=&quot;text&quot; name=&quot;post_title&quot; size=&quot;30&quot; value=&quot;&lt;?php echo esc_attr( htmlspecialchars( $post-&gt;post_title ) ); ?&gt;&quot; id=&quot;title&quot; autocomplete=&quot;off&quot; /&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;inside&quot;&gt;
</span><span class="cx"> &lt;?php
</span><span class="lines">@@ -312,7 +312,7 @@
</span><span class="cx"> &lt;?php if ( post_type_supports($post_type, 'editor') ) { ?&gt;
</span><span class="cx"> &lt;div id=&quot;postdivrich&quot; class=&quot;postarea&quot;&gt;
</span><span class="cx"> 
</span><del>-&lt;?php wp_editor($post-&gt;post_content, 'content', array('dfw' =&gt; true, 'tabindex' =&gt; 1, 'tabfocus_elements' =&gt; 'sample-permalink,post-preview') ); ?&gt;
</del><ins>+&lt;?php wp_editor($post-&gt;post_content, 'content', array('dfw' =&gt; true, 'tabfocus_elements' =&gt; 'sample-permalink,post-preview') ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;table id=&quot;post-status-info&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;
</span><span class="cx">         &lt;td id=&quot;wp-word-count&quot;&gt;&lt;?php printf( __( 'Word count: %s' ), '&lt;span class=&quot;word-count&quot;&gt;0&lt;/span&gt;' ); ?&gt;&lt;/td&gt;
</span><span class="lines">@@ -378,7 +378,7 @@
</span><span class="cx">         wp_comment_reply();
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><del>-&lt;?php if ((isset($post-&gt;post_title) &amp;&amp; '' == $post-&gt;post_title) || (isset($_GET['message']) &amp;&amp; 2 &gt; $_GET['message'])) : ?&gt;
</del><ins>+&lt;?php if ( (isset($post-&gt;post_title) &amp;&amp; '' == $post-&gt;post_title) || (isset($_GET['message']) &amp;&amp; 2 &gt; $_GET['message']) ) : ?&gt;
</ins><span class="cx"> &lt;script type=&quot;text/javascript&quot;&gt;
</span><span class="cx"> try{document.post.title.focus();}catch(e){}
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkwpadmineditformcommentphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-form-comment.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-form-comment.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/edit-form-comment.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> &lt;tbody&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx">         &lt;td class=&quot;first&quot;&gt;&lt;?php _e( 'Name:' ); ?&gt;&lt;/td&gt;
</span><del>-        &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;newcomment_author&quot; size=&quot;30&quot; value=&quot;&lt;?php echo esc_attr( $comment-&gt;comment_author ); ?&gt;&quot; tabindex=&quot;1&quot; id=&quot;name&quot; /&gt;&lt;/td&gt;
</del><ins>+        &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;newcomment_author&quot; size=&quot;30&quot; value=&quot;&lt;?php echo esc_attr( $comment-&gt;comment_author ); ?&gt;&quot; id=&quot;name&quot; /&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx">         &lt;td class=&quot;first&quot;&gt;
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">                         _e( 'E-mail:' );
</span><span class="cx">                 }
</span><span class="cx"> ?&gt;&lt;/td&gt;
</span><del>-        &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;newcomment_author_email&quot; size=&quot;30&quot; value=&quot;&lt;?php echo $comment-&gt;comment_author_email; ?&gt;&quot; tabindex=&quot;2&quot; id=&quot;email&quot; /&gt;&lt;/td&gt;
</del><ins>+        &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;newcomment_author_email&quot; size=&quot;30&quot; value=&quot;&lt;?php echo $comment-&gt;comment_author_email; ?&gt;&quot; id=&quot;email&quot; /&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><span class="cx">         &lt;td class=&quot;first&quot;&gt;
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                 } else {
</span><span class="cx">                         _e( 'URL:' );
</span><span class="cx">                 } ?&gt;&lt;/td&gt;
</span><del>-        &lt;td&gt;&lt;input type=&quot;text&quot; id=&quot;newcomment_author_url&quot; name=&quot;newcomment_author_url&quot; size=&quot;30&quot; class=&quot;code&quot; value=&quot;&lt;?php echo esc_attr($comment-&gt;comment_author_url); ?&gt;&quot; tabindex=&quot;3&quot; /&gt;&lt;/td&gt;
</del><ins>+        &lt;td&gt;&lt;input type=&quot;text&quot; id=&quot;newcomment_author_url&quot; name=&quot;newcomment_author_url&quot; size=&quot;30&quot; class=&quot;code&quot; value=&quot;&lt;?php echo esc_attr($comment-&gt;comment_author_url); ?&gt;&quot; /&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;/tbody&gt;
</span><span class="cx"> &lt;/table&gt;
</span><span class="lines">@@ -98,8 +98,8 @@
</span><span class="cx"> $stamp = __('Submitted on: &lt;b&gt;%1$s&lt;/b&gt;');
</span><span class="cx"> $date = date_i18n( $datef, strtotime( $comment-&gt;comment_date ) );
</span><span class="cx"> ?&gt;
</span><del>-&lt;span id=&quot;timestamp&quot;&gt;&lt;?php printf($stamp, $date); ?&gt;&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;#edit_timestamp&quot; class=&quot;edit-timestamp hide-if-no-js&quot; tabindex='4'&gt;&lt;?php _e('Edit') ?&gt;&lt;/a&gt;
-&lt;div id='timestampdiv' class='hide-if-js'&gt;&lt;?php touch_time(('editcomment' == $action), 0, 5); ?&gt;&lt;/div&gt;
</del><ins>+&lt;span id=&quot;timestamp&quot;&gt;&lt;?php printf($stamp, $date); ?&gt;&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;#edit_timestamp&quot; class=&quot;edit-timestamp hide-if-no-js&quot;&gt;&lt;?php _e('Edit') ?&gt;&lt;/a&gt;
+&lt;div id='timestampdiv' class='hide-if-js'&gt;&lt;?php touch_time(('editcomment' == $action), 0); ?&gt;&lt;/div&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;/div&gt; &lt;!-- misc actions --&gt;
</span><span class="cx"> &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx"> &lt;?php echo &quot;&lt;a class='submitdelete deletion' href='&quot; . wp_nonce_url(&quot;comment.php?action=&quot; . ( !EMPTY_TRASH_DAYS ? 'deletecomment' : 'trashcomment' ) . &quot;&amp;amp;c=$comment-&gt;comment_ID&amp;amp;_wp_original_http_referer=&quot; . urlencode(wp_get_referer()), 'delete-comment_' . $comment-&gt;comment_ID) . &quot;'&gt;&quot; . ( !EMPTY_TRASH_DAYS ? __('Delete Permanently') : __('Move to Trash') ) . &quot;&lt;/a&gt;\n&quot;; ?&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;div id=&quot;publishing-action&quot;&gt;
</span><del>-&lt;?php submit_button( __( 'Update' ), 'primary', 'save', false, array( 'tabindex' =&gt; '4' ) ); ?&gt;
</del><ins>+&lt;?php submit_button( __( 'Update' ), 'primary', 'save', false ); ?&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;/div&gt;
</span></span></pre></div>
<a id="trunkwpadmineditlinkformphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-link-form.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-link-form.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/edit-link-form.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx"> &lt;div id=&quot;namediv&quot; class=&quot;stuffbox&quot;&gt;
</span><span class="cx"> &lt;h3&gt;&lt;label for=&quot;link_name&quot;&gt;&lt;?php _ex('Name', 'link name') ?&gt;&lt;/label&gt;&lt;/h3&gt;
</span><span class="cx"> &lt;div class=&quot;inside&quot;&gt;
</span><del>-        &lt;input type=&quot;text&quot; name=&quot;link_name&quot; size=&quot;30&quot; tabindex=&quot;1&quot; value=&quot;&lt;?php echo esc_attr($link-&gt;link_name); ?&gt;&quot; id=&quot;link_name&quot; /&gt;
</del><ins>+        &lt;input type=&quot;text&quot; name=&quot;link_name&quot; size=&quot;30&quot; value=&quot;&lt;?php echo esc_attr($link-&gt;link_name); ?&gt;&quot; id=&quot;link_name&quot; /&gt;
</ins><span class="cx">     &lt;p&gt;&lt;?php _e('Example: Nifty blogging software'); ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> &lt;div id=&quot;addressdiv&quot; class=&quot;stuffbox&quot;&gt;
</span><span class="cx"> &lt;h3&gt;&lt;label for=&quot;link_url&quot;&gt;&lt;?php _e('Web Address') ?&gt;&lt;/label&gt;&lt;/h3&gt;
</span><span class="cx"> &lt;div class=&quot;inside&quot;&gt;
</span><del>-        &lt;input type=&quot;text&quot; name=&quot;link_url&quot; size=&quot;30&quot; class=&quot;code&quot; tabindex=&quot;1&quot; value=&quot;&lt;?php echo esc_attr($link-&gt;link_url); ?&gt;&quot; id=&quot;link_url&quot; /&gt;
</del><ins>+        &lt;input type=&quot;text&quot; name=&quot;link_url&quot; size=&quot;30&quot; class=&quot;code&quot; value=&quot;&lt;?php echo esc_attr($link-&gt;link_url); ?&gt;&quot; id=&quot;link_url&quot; /&gt;
</ins><span class="cx">     &lt;p&gt;&lt;?php _e('Example: &lt;code&gt;http://wordpress.org/&lt;/code&gt; &amp;#8212; don&amp;#8217;t forget the &lt;code&gt;http://&lt;/code&gt;'); ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="lines">@@ -98,7 +98,7 @@
</span><span class="cx"> &lt;div id=&quot;descriptiondiv&quot; class=&quot;stuffbox&quot;&gt;
</span><span class="cx"> &lt;h3&gt;&lt;label for=&quot;link_description&quot;&gt;&lt;?php _e('Description') ?&gt;&lt;/label&gt;&lt;/h3&gt;
</span><span class="cx"> &lt;div class=&quot;inside&quot;&gt;
</span><del>-        &lt;input type=&quot;text&quot; name=&quot;link_description&quot; size=&quot;30&quot; tabindex=&quot;1&quot; value=&quot;&lt;?php echo isset($link-&gt;link_description) ? esc_attr($link-&gt;link_description) : ''; ?&gt;&quot; id=&quot;link_description&quot; /&gt;
</del><ins>+        &lt;input type=&quot;text&quot; name=&quot;link_description&quot; size=&quot;30&quot; value=&quot;&lt;?php echo isset($link-&gt;link_description) ? esc_attr($link-&gt;link_description) : ''; ?&gt;&quot; id=&quot;link_description&quot; /&gt;
</ins><span class="cx">     &lt;p&gt;&lt;?php _e('This will be shown when someone hovers over the link in the blogroll, or optionally below the link.'); ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;/div&gt;
</span></span></pre></div>
<a id="trunkwpadminedittagformphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-tag-form.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-tag-form.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/edit-tag-form.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -91,3 +91,6 @@
</span><span class="cx"> ?&gt;
</span><span class="cx"> &lt;/form&gt;
</span><span class="cx"> &lt;/div&gt;
</span><ins>+&lt;script type=&quot;text/javascript&quot;&gt;
+try{document.forms.edittag.name.focus();}catch(e){}
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkwpadminedittagsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/edit-tags.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/edit-tags.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/edit-tags.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -408,7 +408,9 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;/div&gt;&lt;!-- /col-container --&gt;
</span><span class="cx"> &lt;/div&gt;&lt;!-- /wrap --&gt;
</span><del>-
</del><ins>+&lt;script type=&quot;text/javascript&quot;&gt;
+try{document.forms.addtag['tag-name'].focus();}catch(e){}
+&lt;/script&gt;
</ins><span class="cx"> &lt;?php $wp_list_table-&gt;inline_edit(); ?&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php
</span></span></pre></div>
<a id="trunkwpadminincludesclasswppostslisttablephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/class-wp-posts-list-table.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/class-wp-posts-list-table.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/includes/class-wp-posts-list-table.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -754,7 +754,7 @@
</span><span class="cx">         &lt;?php if ( !$bulk ) : ?&gt;
</span><span class="cx">                         &lt;label&gt;&lt;span class=&quot;title&quot;&gt;&lt;?php _e( 'Date' ); ?&gt;&lt;/span&gt;&lt;/label&gt;
</span><span class="cx">                         &lt;div class=&quot;inline-edit-date&quot;&gt;
</span><del>-                                &lt;?php touch_time( 1, 1, 4, 1 ); ?&gt;
</del><ins>+                                &lt;?php touch_time( 1, 1, 0, 1 ); ?&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx">                         &lt;br class=&quot;clear&quot; /&gt;
</span><span class="cx">         &lt;?php endif; // $bulk
</span></span></pre></div>
<a id="trunkwpadminincludesclasswpthemeinstalllisttablephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/class-wp-theme-install-list-table.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/class-wp-theme-install-list-table.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/includes/class-wp-theme-install-list-table.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -237,7 +237,7 @@
</span><span class="cx">                                 &lt;?php foreach ( $actions as $action ): ?&gt;
</span><span class="cx">                                         &lt;li&gt;&lt;?php echo $action; ?&gt;&lt;/li&gt;
</span><span class="cx">                                 &lt;?php endforeach; ?&gt;
</span><del>-                                &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;theme-detail&quot; tabindex='4'&gt;&lt;?php _e('Details') ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;theme-detail&quot;&gt;&lt;?php _e('Details') ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx">                         &lt;/ul&gt;
</span><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminincludesclasswpthemeslisttablephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/class-wp-themes-list-table.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/class-wp-themes-list-table.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/includes/class-wp-themes-list-table.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">                                         &lt;?php foreach ( $actions as $action ): ?&gt;
</span><span class="cx">                                                 &lt;li&gt;&lt;?php echo $action; ?&gt;&lt;/li&gt;
</span><span class="cx">                                         &lt;?php endforeach; ?&gt;
</span><del>-                                        &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;theme-detail&quot; tabindex='4'&gt;&lt;?php _e('Details') ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                        &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;theme-detail&quot;&gt;&lt;?php _e('Details') ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx">                                 &lt;/ul&gt;
</span><span class="cx">                                 &lt;?php echo $delete_action; ?&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminincludesdashboardphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/dashboard.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/dashboard.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/includes/dashboard.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -505,7 +505,7 @@
</span><span class="cx">         &lt;form name=&quot;post&quot; action=&quot;&lt;?php echo esc_url( admin_url( 'post.php' ) ); ?&gt;&quot; method=&quot;post&quot; id=&quot;quick-press&quot;&gt;
</span><span class="cx">                 &lt;h4 id=&quot;quick-post-title&quot;&gt;&lt;label for=&quot;title&quot;&gt;&lt;?php _e('Title') ?&gt;&lt;/label&gt;&lt;/h4&gt;
</span><span class="cx">                 &lt;div class=&quot;input-text-wrap&quot;&gt;
</span><del>-                        &lt;input type=&quot;text&quot; name=&quot;post_title&quot; id=&quot;title&quot; tabindex=&quot;1&quot; autocomplete=&quot;off&quot; value=&quot;&lt;?php echo esc_attr( $post-&gt;post_title ); ?&gt;&quot; /&gt;
</del><ins>+                        &lt;input type=&quot;text&quot; name=&quot;post_title&quot; id=&quot;title&quot; autocomplete=&quot;off&quot; value=&quot;&lt;?php echo esc_attr( $post-&gt;post_title ); ?&gt;&quot; /&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( current_user_can( 'upload_files' ) ) : ?&gt;
</span><span class="lines">@@ -516,14 +516,14 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;h4 id=&quot;content-label&quot;&gt;&lt;label for=&quot;content&quot;&gt;&lt;?php _e('Content') ?&gt;&lt;/label&gt;&lt;/h4&gt;
</span><span class="cx">                 &lt;div class=&quot;textarea-wrap&quot;&gt;
</span><del>-                        &lt;textarea name=&quot;content&quot; id=&quot;content&quot; class=&quot;mceEditor&quot; rows=&quot;3&quot; cols=&quot;15&quot; tabindex=&quot;2&quot;&gt;&lt;?php echo esc_textarea( $post-&gt;post_content ); ?&gt;&lt;/textarea&gt;
</del><ins>+                        &lt;textarea name=&quot;content&quot; id=&quot;content&quot; class=&quot;mceEditor&quot; rows=&quot;3&quot; cols=&quot;15&quot;&gt;&lt;?php echo esc_textarea( $post-&gt;post_content ); ?&gt;&lt;/textarea&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;script type=&quot;text/javascript&quot;&gt;edCanvas = document.getElementById('content');edInsertContent = null;&lt;/script&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;h4&gt;&lt;label for=&quot;tags-input&quot;&gt;&lt;?php _e('Tags') ?&gt;&lt;/label&gt;&lt;/h4&gt;
</span><span class="cx">                 &lt;div class=&quot;input-text-wrap&quot;&gt;
</span><del>-                        &lt;input type=&quot;text&quot; name=&quot;tags_input&quot; id=&quot;tags-input&quot; tabindex=&quot;3&quot; value=&quot;&lt;?php echo get_tags_to_edit( $post-&gt;ID ); ?&gt;&quot; /&gt;
</del><ins>+                        &lt;input type=&quot;text&quot; name=&quot;tags_input&quot; id=&quot;tags-input&quot; value=&quot;&lt;?php echo get_tags_to_edit( $post-&gt;ID ); ?&gt;&quot; /&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;p class=&quot;submit&quot;&gt;
</span><span class="lines">@@ -531,10 +531,10 @@
</span><span class="cx">                         &lt;input type=&quot;hidden&quot; name=&quot;post_ID&quot; value=&quot;&lt;?php echo $post_ID; ?&gt;&quot; /&gt;
</span><span class="cx">                         &lt;input type=&quot;hidden&quot; name=&quot;post_type&quot; value=&quot;post&quot; /&gt;
</span><span class="cx">                         &lt;?php wp_nonce_field('add-post'); ?&gt;
</span><del>-                        &lt;?php submit_button( __( 'Save Draft' ), 'button', 'save', false, array( 'id' =&gt; 'save-post', 'tabindex'=&gt; 4 ) ); ?&gt;
</del><ins>+                        &lt;?php submit_button( __( 'Save Draft' ), 'button', 'save', false, array( 'id' =&gt; 'save-post' ) ); ?&gt;
</ins><span class="cx">                         &lt;input type=&quot;reset&quot; value=&quot;&lt;?php esc_attr_e( 'Reset' ); ?&gt;&quot; class=&quot;button&quot; /&gt;
</span><span class="cx">                         &lt;span id=&quot;publishing-action&quot;&gt;
</span><del>-                                &lt;input type=&quot;submit&quot; name=&quot;publish&quot; id=&quot;publish&quot; accesskey=&quot;p&quot; tabindex=&quot;5&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php current_user_can('publish_posts') ? esc_attr_e('Publish') : esc_attr_e('Submit for Review'); ?&gt;&quot; /&gt;
</del><ins>+                                &lt;input type=&quot;submit&quot; name=&quot;publish&quot; id=&quot;publish&quot; accesskey=&quot;p&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php current_user_can('publish_posts') ? esc_attr_e('Publish') : esc_attr_e('Submit for Review'); ?&gt;&quot; /&gt;
</ins><span class="cx">                                 &lt;img class=&quot;waiting&quot; src=&quot;&lt;?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?&gt;&quot; alt=&quot;&quot; /&gt;
</span><span class="cx">                         &lt;/span&gt;
</span><span class="cx">                         &lt;br class=&quot;clear&quot; /&gt;
</span></span></pre></div>
<a id="trunkwpadminincludesmetaboxesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/meta-boxes.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/meta-boxes.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/includes/meta-boxes.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> &lt;div id=&quot;minor-publishing-actions&quot;&gt;
</span><span class="cx"> &lt;div id=&quot;save-action&quot;&gt;
</span><span class="cx"> &lt;?php if ( 'publish' != $post-&gt;post_status &amp;&amp; 'future' != $post-&gt;post_status &amp;&amp; 'pending' != $post-&gt;post_status ) { ?&gt;
</span><del>-&lt;input &lt;?php if ( 'private' == $post-&gt;post_status ) { ?&gt;style=&quot;display:none&quot;&lt;?php } ?&gt; type=&quot;submit&quot; name=&quot;save&quot; id=&quot;save-post&quot; value=&quot;&lt;?php esc_attr_e('Save Draft'); ?&gt;&quot; tabindex=&quot;4&quot; class=&quot;button button-highlighted&quot; /&gt;
</del><ins>+&lt;input &lt;?php if ( 'private' == $post-&gt;post_status ) { ?&gt;style=&quot;display:none&quot;&lt;?php } ?&gt; type=&quot;submit&quot; name=&quot;save&quot; id=&quot;save-post&quot; value=&quot;&lt;?php esc_attr_e('Save Draft'); ?&gt;&quot; class=&quot;button button-highlighted&quot; /&gt;
</ins><span class="cx"> &lt;?php } elseif ( 'pending' == $post-&gt;post_status &amp;&amp; $can_publish ) { ?&gt;
</span><del>-&lt;input type=&quot;submit&quot; name=&quot;save&quot; id=&quot;save-post&quot; value=&quot;&lt;?php esc_attr_e('Save as Pending'); ?&gt;&quot; tabindex=&quot;4&quot; class=&quot;button button-highlighted&quot; /&gt;
</del><ins>+&lt;input type=&quot;submit&quot; name=&quot;save&quot; id=&quot;save-post&quot; value=&quot;&lt;?php esc_attr_e('Save as Pending'); ?&gt;&quot; class=&quot;button button-highlighted&quot; /&gt;
</ins><span class="cx"> &lt;?php } ?&gt;
</span><span class="cx"> &lt;img src=&quot;&lt;?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?&gt;&quot; class=&quot;ajax-loading&quot; id=&quot;draft-ajax-loading&quot; alt=&quot;&quot; /&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">         $preview_button = __( 'Preview' );
</span><span class="cx"> }
</span><span class="cx"> ?&gt;
</span><del>-&lt;a class=&quot;preview button&quot; href=&quot;&lt;?php echo $preview_link; ?&gt;&quot; target=&quot;wp-preview&quot; id=&quot;post-preview&quot; tabindex=&quot;4&quot;&gt;&lt;?php echo $preview_button; ?&gt;&lt;/a&gt;
</del><ins>+&lt;a class=&quot;preview button&quot; href=&quot;&lt;?php echo $preview_link; ?&gt;&quot; target=&quot;wp-preview&quot; id=&quot;post-preview&quot;&gt;&lt;?php echo $preview_button; ?&gt;&lt;/a&gt;
</ins><span class="cx"> &lt;input type=&quot;hidden&quot; name=&quot;wp-preview&quot; id=&quot;wp-preview&quot; value=&quot;&quot; /&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;?php endif; // public post type ?&gt;
</span><span class="lines">@@ -81,11 +81,11 @@
</span><span class="cx"> ?&gt;
</span><span class="cx"> &lt;/span&gt;
</span><span class="cx"> &lt;?php if ( 'publish' == $post-&gt;post_status || 'private' == $post-&gt;post_status || $can_publish ) { ?&gt;
</span><del>-&lt;a href=&quot;#post_status&quot; &lt;?php if ( 'private' == $post-&gt;post_status ) { ?&gt;style=&quot;display:none;&quot; &lt;?php } ?&gt;class=&quot;edit-post-status hide-if-no-js&quot; tabindex='4'&gt;&lt;?php _e('Edit') ?&gt;&lt;/a&gt;
</del><ins>+&lt;a href=&quot;#post_status&quot; &lt;?php if ( 'private' == $post-&gt;post_status ) { ?&gt;style=&quot;display:none;&quot; &lt;?php } ?&gt;class=&quot;edit-post-status hide-if-no-js&quot;&gt;&lt;?php _e('Edit') ?&gt;&lt;/a&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;div id=&quot;post-status-select&quot; class=&quot;hide-if-js&quot;&gt;
</span><span class="cx"> &lt;input type=&quot;hidden&quot; name=&quot;hidden_post_status&quot; id=&quot;hidden_post_status&quot; value=&quot;&lt;?php echo esc_attr( ('auto-draft' == $post-&gt;post_status ) ? 'draft' : $post-&gt;post_status); ?&gt;&quot; /&gt;
</span><del>-&lt;select name='post_status' id='post_status' tabindex='4'&gt;
</del><ins>+&lt;select name='post_status' id='post_status'&gt;
</ins><span class="cx"> &lt;?php if ( 'publish' == $post-&gt;post_status ) : ?&gt;
</span><span class="cx"> &lt;option&lt;?php selected( $post-&gt;post_status, 'publish' ); ?&gt; value='publish'&gt;&lt;?php _e('Published') ?&gt;&lt;/option&gt;
</span><span class="cx"> &lt;?php elseif ( 'private' == $post-&gt;post_status ) : ?&gt;
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx"> &lt;input type=&quot;hidden&quot; name=&quot;hidden_post_visibility&quot; id=&quot;hidden-post-visibility&quot; value=&quot;&lt;?php echo esc_attr( $visibility ); ?&gt;&quot; /&gt;
</span><span class="cx"> &lt;input type=&quot;radio&quot; name=&quot;visibility&quot; id=&quot;visibility-radio-public&quot; value=&quot;public&quot; &lt;?php checked( $visibility, 'public' ); ?&gt; /&gt; &lt;label for=&quot;visibility-radio-public&quot; class=&quot;selectit&quot;&gt;&lt;?php _e('Public'); ?&gt;&lt;/label&gt;&lt;br /&gt;
</span><span class="cx"> &lt;?php if ( $post_type == 'post' &amp;&amp; current_user_can( 'edit_others_posts' ) ) : ?&gt;
</span><del>-&lt;span id=&quot;sticky-span&quot;&gt;&lt;input id=&quot;sticky&quot; name=&quot;sticky&quot; type=&quot;checkbox&quot; value=&quot;sticky&quot; &lt;?php checked( is_sticky( $post-&gt;ID ) ); ?&gt; tabindex=&quot;4&quot; /&gt; &lt;label for=&quot;sticky&quot; class=&quot;selectit&quot;&gt;&lt;?php _e( 'Stick this post to the front page' ); ?&gt;&lt;/label&gt;&lt;br /&gt;&lt;/span&gt;
</del><ins>+&lt;span id=&quot;sticky-span&quot;&gt;&lt;input id=&quot;sticky&quot; name=&quot;sticky&quot; type=&quot;checkbox&quot; value=&quot;sticky&quot; &lt;?php checked( is_sticky( $post-&gt;ID ) ); ?&gt; /&gt; &lt;label for=&quot;sticky&quot; class=&quot;selectit&quot;&gt;&lt;?php _e( 'Stick this post to the front page' ); ?&gt;&lt;/label&gt;&lt;br /&gt;&lt;/span&gt;
</ins><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> &lt;input type=&quot;radio&quot; name=&quot;visibility&quot; id=&quot;visibility-radio-password&quot; value=&quot;password&quot; &lt;?php checked( $visibility, 'password' ); ?&gt; /&gt; &lt;label for=&quot;visibility-radio-password&quot; class=&quot;selectit&quot;&gt;&lt;?php _e('Password protected'); ?&gt;&lt;/label&gt;&lt;br /&gt;
</span><span class="cx"> &lt;span id=&quot;password-span&quot;&gt;&lt;label for=&quot;post_password&quot;&gt;&lt;?php _e('Password:'); ?&gt;&lt;/label&gt; &lt;input type=&quot;text&quot; name=&quot;post_password&quot; id=&quot;post_password&quot; value=&quot;&lt;?php echo esc_attr($post-&gt;post_password); ?&gt;&quot; /&gt;&lt;br /&gt;&lt;/span&gt;
</span><span class="lines">@@ -177,8 +177,8 @@
</span><span class="cx"> &lt;div class=&quot;misc-pub-section curtime&quot;&gt;
</span><span class="cx">         &lt;span id=&quot;timestamp&quot;&gt;
</span><span class="cx">         &lt;?php printf($stamp, $date); ?&gt;&lt;/span&gt;
</span><del>-        &lt;a href=&quot;#edit_timestamp&quot; class=&quot;edit-timestamp hide-if-no-js&quot; tabindex='4'&gt;&lt;?php _e('Edit') ?&gt;&lt;/a&gt;
-        &lt;div id=&quot;timestampdiv&quot; class=&quot;hide-if-js&quot;&gt;&lt;?php touch_time(($action == 'edit'),1,4); ?&gt;&lt;/div&gt;
</del><ins>+        &lt;a href=&quot;#edit_timestamp&quot; class=&quot;edit-timestamp hide-if-no-js&quot;&gt;&lt;?php _e('Edit') ?&gt;&lt;/a&gt;
+        &lt;div id=&quot;timestampdiv&quot; class=&quot;hide-if-js&quot;&gt;&lt;?php touch_time(($action == 'edit'), 1); ?&gt;&lt;/div&gt;
</ins><span class="cx"> &lt;/div&gt;&lt;?php // /misc-pub-section ?&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -208,19 +208,19 @@
</span><span class="cx">         if ( $can_publish ) :
</span><span class="cx">                 if ( !empty($post-&gt;post_date_gmt) &amp;&amp; time() &lt; strtotime( $post-&gt;post_date_gmt . ' +0000' ) ) : ?&gt;
</span><span class="cx">                 &lt;input name=&quot;original_publish&quot; type=&quot;hidden&quot; id=&quot;original_publish&quot; value=&quot;&lt;?php esc_attr_e('Schedule') ?&gt;&quot; /&gt;
</span><del>-                &lt;?php submit_button( __( 'Schedule' ), 'primary', 'publish', false, array( 'tabindex' =&gt; '5', 'accesskey' =&gt; 'p' ) ); ?&gt;
</del><ins>+                &lt;?php submit_button( __( 'Schedule' ), 'primary', 'publish', false, array( 'accesskey' =&gt; 'p' ) ); ?&gt;
</ins><span class="cx"> &lt;?php        else : ?&gt;
</span><span class="cx">                 &lt;input name=&quot;original_publish&quot; type=&quot;hidden&quot; id=&quot;original_publish&quot; value=&quot;&lt;?php esc_attr_e('Publish') ?&gt;&quot; /&gt;
</span><del>-                &lt;?php submit_button( __( 'Publish' ), 'primary', 'publish', false, array( 'tabindex' =&gt; '5', 'accesskey' =&gt; 'p' ) ); ?&gt;
</del><ins>+                &lt;?php submit_button( __( 'Publish' ), 'primary', 'publish', false, array( 'accesskey' =&gt; 'p' ) ); ?&gt;
</ins><span class="cx"> &lt;?php        endif;
</span><span class="cx">         else : ?&gt;
</span><span class="cx">                 &lt;input name=&quot;original_publish&quot; type=&quot;hidden&quot; id=&quot;original_publish&quot; value=&quot;&lt;?php esc_attr_e('Submit for Review') ?&gt;&quot; /&gt;
</span><del>-                &lt;?php submit_button( __( 'Submit for Review' ), 'primary', 'publish', false, array( 'tabindex' =&gt; '5', 'accesskey' =&gt; 'p' ) ); ?&gt;
</del><ins>+                &lt;?php submit_button( __( 'Submit for Review' ), 'primary', 'publish', false, array( 'accesskey' =&gt; 'p' ) ); ?&gt;
</ins><span class="cx"> &lt;?php
</span><span class="cx">         endif;
</span><span class="cx"> } else { ?&gt;
</span><span class="cx">                 &lt;input name=&quot;original_publish&quot; type=&quot;hidden&quot; id=&quot;original_publish&quot; value=&quot;&lt;?php esc_attr_e('Update') ?&gt;&quot; /&gt;
</span><del>-                &lt;input name=&quot;save&quot; type=&quot;submit&quot; class=&quot;button-primary&quot; id=&quot;publish&quot; tabindex=&quot;5&quot; accesskey=&quot;p&quot; value=&quot;&lt;?php esc_attr_e('Update') ?&gt;&quot; /&gt;
</del><ins>+                &lt;input name=&quot;save&quot; type=&quot;submit&quot; class=&quot;button-primary&quot; id=&quot;publish&quot; accesskey=&quot;p&quot; value=&quot;&lt;?php esc_attr_e('Update') ?&gt;&quot; /&gt;
</ins><span class="cx"> &lt;?php
</span><span class="cx"> } ?&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="lines">@@ -288,7 +288,7 @@
</span><span class="cx">                 &lt;label class=&quot;screen-reader-text&quot; for=&quot;new-tag-&lt;?php echo $tax_name; ?&gt;&quot;&gt;&lt;?php echo $box['title']; ?&gt;&lt;/label&gt;
</span><span class="cx">                 &lt;div class=&quot;taghint&quot;&gt;&lt;?php echo $taxonomy-&gt;labels-&gt;add_new_item; ?&gt;&lt;/div&gt;
</span><span class="cx">                 &lt;p&gt;&lt;input type=&quot;text&quot; id=&quot;new-tag-&lt;?php echo $tax_name; ?&gt;&quot; name=&quot;newtag[&lt;?php echo $tax_name; ?&gt;]&quot; class=&quot;newtag form-input-tip&quot; size=&quot;16&quot; autocomplete=&quot;off&quot; value=&quot;&quot; /&gt;
</span><del>-                &lt;input type=&quot;button&quot; class=&quot;button tagadd&quot; value=&quot;&lt;?php esc_attr_e('Add'); ?&gt;&quot; tabindex=&quot;3&quot; /&gt;&lt;/p&gt;
</del><ins>+                &lt;input type=&quot;button&quot; class=&quot;button tagadd&quot; value=&quot;&lt;?php esc_attr_e('Add'); ?&gt;&quot; /&gt;&lt;/p&gt;
</ins><span class="cx">         &lt;/div&gt;
</span><span class="cx">         &lt;p class=&quot;howto&quot;&gt;&lt;?php echo esc_attr( $taxonomy-&gt;labels-&gt;separate_items_with_commas ); ?&gt;&lt;/p&gt;
</span><span class="cx">         &lt;?php endif; ?&gt;
</span><span class="lines">@@ -320,8 +320,8 @@
</span><span class="cx">         ?&gt;
</span><span class="cx">         &lt;div id=&quot;taxonomy-&lt;?php echo $taxonomy; ?&gt;&quot; class=&quot;categorydiv&quot;&gt;
</span><span class="cx">                 &lt;ul id=&quot;&lt;?php echo $taxonomy; ?&gt;-tabs&quot; class=&quot;category-tabs&quot;&gt;
</span><del>-                        &lt;li class=&quot;tabs&quot;&gt;&lt;a href=&quot;#&lt;?php echo $taxonomy; ?&gt;-all&quot; tabindex=&quot;3&quot;&gt;&lt;?php echo $tax-&gt;labels-&gt;all_items; ?&gt;&lt;/a&gt;&lt;/li&gt;
-                        &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#&lt;?php echo $taxonomy; ?&gt;-pop&quot; tabindex=&quot;3&quot;&gt;&lt;?php _e( 'Most Used' ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                        &lt;li class=&quot;tabs&quot;&gt;&lt;a href=&quot;#&lt;?php echo $taxonomy; ?&gt;-all&quot;&gt;&lt;?php echo $tax-&gt;labels-&gt;all_items; ?&gt;&lt;/a&gt;&lt;/li&gt;
+                        &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#&lt;?php echo $taxonomy; ?&gt;-pop&quot;&gt;&lt;?php _e( 'Most Used' ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx">                 &lt;/ul&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;div id=&quot;&lt;?php echo $taxonomy; ?&gt;-pop&quot; class=&quot;tabs-panel&quot; style=&quot;display: none;&quot;&gt;
</span><span class="lines">@@ -342,7 +342,7 @@
</span><span class="cx">         &lt;?php if ( current_user_can($tax-&gt;cap-&gt;edit_terms) ) : ?&gt;
</span><span class="cx">                         &lt;div id=&quot;&lt;?php echo $taxonomy; ?&gt;-adder&quot; class=&quot;wp-hidden-children&quot;&gt;
</span><span class="cx">                                 &lt;h4&gt;
</span><del>-                                        &lt;a id=&quot;&lt;?php echo $taxonomy; ?&gt;-add-toggle&quot; href=&quot;#&lt;?php echo $taxonomy; ?&gt;-add&quot; class=&quot;hide-if-no-js&quot; tabindex=&quot;3&quot;&gt;
</del><ins>+                                        &lt;a id=&quot;&lt;?php echo $taxonomy; ?&gt;-add-toggle&quot; href=&quot;#&lt;?php echo $taxonomy; ?&gt;-add&quot; class=&quot;hide-if-no-js&quot;&gt;
</ins><span class="cx">                                                 &lt;?php
</span><span class="cx">                                                         /* translators: %s: add new taxonomy label */
</span><span class="cx">                                                         printf( __( '+ %s' ), $tax-&gt;labels-&gt;add_new_item );
</span><span class="lines">@@ -351,12 +351,12 @@
</span><span class="cx">                                 &lt;/h4&gt;
</span><span class="cx">                                 &lt;p id=&quot;&lt;?php echo $taxonomy; ?&gt;-add&quot; class=&quot;category-add wp-hidden-child&quot;&gt;
</span><span class="cx">                                         &lt;label class=&quot;screen-reader-text&quot; for=&quot;new&lt;?php echo $taxonomy; ?&gt;&quot;&gt;&lt;?php echo $tax-&gt;labels-&gt;add_new_item; ?&gt;&lt;/label&gt;
</span><del>-                                        &lt;input type=&quot;text&quot; name=&quot;new&lt;?php echo $taxonomy; ?&gt;&quot; id=&quot;new&lt;?php echo $taxonomy; ?&gt;&quot; class=&quot;form-required form-input-tip&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;new_item_name ); ?&gt;&quot; tabindex=&quot;3&quot; aria-required=&quot;true&quot;/&gt;
</del><ins>+                                        &lt;input type=&quot;text&quot; name=&quot;new&lt;?php echo $taxonomy; ?&gt;&quot; id=&quot;new&lt;?php echo $taxonomy; ?&gt;&quot; class=&quot;form-required form-input-tip&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;new_item_name ); ?&gt;&quot; aria-required=&quot;true&quot;/&gt;
</ins><span class="cx">                                         &lt;label class=&quot;screen-reader-text&quot; for=&quot;new&lt;?php echo $taxonomy; ?&gt;_parent&quot;&gt;
</span><span class="cx">                                                 &lt;?php echo $tax-&gt;labels-&gt;parent_item_colon; ?&gt;
</span><span class="cx">                                         &lt;/label&gt;
</span><del>-                                        &lt;?php wp_dropdown_categories( array( 'taxonomy' =&gt; $taxonomy, 'hide_empty' =&gt; 0, 'name' =&gt; 'new'.$taxonomy.'_parent', 'orderby' =&gt; 'name', 'hierarchical' =&gt; 1, 'show_option_none' =&gt; '&amp;mdash; ' . $tax-&gt;labels-&gt;parent_item . ' &amp;mdash;', 'tab_index' =&gt; 3 ) ); ?&gt;
-                                        &lt;input type=&quot;button&quot; id=&quot;&lt;?php echo $taxonomy; ?&gt;-add-submit&quot; class=&quot;add:&lt;?php echo $taxonomy ?&gt;checklist:&lt;?php echo $taxonomy ?&gt;-add button category-add-submit&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;add_new_item ); ?&gt;&quot; tabindex=&quot;3&quot; /&gt;
</del><ins>+                                        &lt;?php wp_dropdown_categories( array( 'taxonomy' =&gt; $taxonomy, 'hide_empty' =&gt; 0, 'name' =&gt; 'new'.$taxonomy.'_parent', 'orderby' =&gt; 'name', 'hierarchical' =&gt; 1, 'show_option_none' =&gt; '&amp;mdash; ' . $tax-&gt;labels-&gt;parent_item . ' &amp;mdash;' ) ); ?&gt;
+                                        &lt;input type=&quot;button&quot; id=&quot;&lt;?php echo $taxonomy; ?&gt;-add-submit&quot; class=&quot;add:&lt;?php echo $taxonomy ?&gt;checklist:&lt;?php echo $taxonomy ?&gt;-add button category-add-submit&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;add_new_item ); ?&gt;&quot; /&gt;
</ins><span class="cx">                                         &lt;?php wp_nonce_field( 'add-'.$taxonomy, '_ajax_nonce-add-'.$taxonomy, false ); ?&gt;
</span><span class="cx">                                         &lt;span id=&quot;&lt;?php echo $taxonomy; ?&gt;-ajax-response&quot;&gt;&lt;/span&gt;
</span><span class="cx">                                 &lt;/p&gt;
</span><span class="lines">@@ -375,7 +375,7 @@
</span><span class="cx">  */
</span><span class="cx"> function post_excerpt_meta_box($post) {
</span><span class="cx"> ?&gt;
</span><del>-&lt;label class=&quot;screen-reader-text&quot; for=&quot;excerpt&quot;&gt;&lt;?php _e('Excerpt') ?&gt;&lt;/label&gt;&lt;textarea rows=&quot;1&quot; cols=&quot;40&quot; name=&quot;excerpt&quot; tabindex=&quot;6&quot; id=&quot;excerpt&quot;&gt;&lt;?php echo $post-&gt;post_excerpt; // textarea_escaped ?&gt;&lt;/textarea&gt;
</del><ins>+&lt;label class=&quot;screen-reader-text&quot; for=&quot;excerpt&quot;&gt;&lt;?php _e('Excerpt') ?&gt;&lt;/label&gt;&lt;textarea rows=&quot;1&quot; cols=&quot;40&quot; name=&quot;excerpt&quot; id=&quot;excerpt&quot;&gt;&lt;?php echo $post-&gt;post_excerpt; // textarea_escaped ?&gt;&lt;/textarea&gt;
</ins><span class="cx"> &lt;p&gt;&lt;?php _e('Excerpts are optional hand-crafted summaries of your content that can be used in your theme. &lt;a href=&quot;http://codex.wordpress.org/Excerpt&quot; target=&quot;_blank&quot;&gt;Learn more about manual excerpts.&lt;/a&gt;'); ?&gt;&lt;/p&gt;
</span><span class="cx"> &lt;?php
</span><span class="cx"> }
</span><span class="lines">@@ -388,7 +388,7 @@
</span><span class="cx">  * @param object $post
</span><span class="cx">  */
</span><span class="cx"> function post_trackback_meta_box($post) {
</span><del>-        $form_trackback = '&lt;input type=&quot;text&quot; name=&quot;trackback_url&quot; id=&quot;trackback_url&quot; class=&quot;code&quot; tabindex=&quot;7&quot; value=&quot;'. esc_attr( str_replace(&quot;\n&quot;, ' ', $post-&gt;to_ping) ) .'&quot; /&gt;';
</del><ins>+        $form_trackback = '&lt;input type=&quot;text&quot; name=&quot;trackback_url&quot; id=&quot;trackback_url&quot; class=&quot;code&quot; value=&quot;'. esc_attr( str_replace(&quot;\n&quot;, ' ', $post-&gt;to_ping) ) .'&quot; /&gt;';
</ins><span class="cx">         if ('' != $post-&gt;pinged) {
</span><span class="cx">                 $pings = '&lt;p&gt;'. __('Already pinged:') . '&lt;/p&gt;&lt;ul&gt;';
</span><span class="cx">                 $already_pinged = explode(&quot;\n&quot;, trim($post-&gt;pinged));
</span><span class="lines">@@ -613,7 +613,7 @@
</span><span class="cx"> &lt;div id=&quot;minor-publishing-actions&quot;&gt;
</span><span class="cx"> &lt;div id=&quot;preview-action&quot;&gt;
</span><span class="cx"> &lt;?php if ( !empty($link-&gt;link_id) ) { ?&gt;
</span><del>-        &lt;a class=&quot;preview button&quot; href=&quot;&lt;?php echo $link-&gt;link_url; ?&gt;&quot; target=&quot;_blank&quot; tabindex=&quot;4&quot;&gt;&lt;?php _e('Visit Link'); ?&gt;&lt;/a&gt;
</del><ins>+        &lt;a class=&quot;preview button&quot; href=&quot;&lt;?php echo $link-&gt;link_url; ?&gt;&quot; target=&quot;_blank&quot;&gt;&lt;?php _e('Visit Link'); ?&gt;&lt;/a&gt;
</ins><span class="cx"> &lt;?php } ?&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</span><span class="lines">@@ -638,9 +638,9 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;div id=&quot;publishing-action&quot;&gt;
</span><span class="cx"> &lt;?php if ( !empty($link-&gt;link_id) ) { ?&gt;
</span><del>-        &lt;input name=&quot;save&quot; type=&quot;submit&quot; class=&quot;button-primary&quot; id=&quot;publish&quot; tabindex=&quot;4&quot; accesskey=&quot;p&quot; value=&quot;&lt;?php esc_attr_e('Update Link') ?&gt;&quot; /&gt;
</del><ins>+        &lt;input name=&quot;save&quot; type=&quot;submit&quot; class=&quot;button-primary&quot; id=&quot;publish&quot; accesskey=&quot;p&quot; value=&quot;&lt;?php esc_attr_e('Update Link') ?&gt;&quot; /&gt;
</ins><span class="cx"> &lt;?php } else { ?&gt;
</span><del>-        &lt;input name=&quot;save&quot; type=&quot;submit&quot; class=&quot;button-primary&quot; id=&quot;publish&quot; tabindex=&quot;4&quot; accesskey=&quot;p&quot; value=&quot;&lt;?php esc_attr_e('Add Link') ?&gt;&quot; /&gt;
</del><ins>+        &lt;input name=&quot;save&quot; type=&quot;submit&quot; class=&quot;button-primary&quot; id=&quot;publish&quot; accesskey=&quot;p&quot; value=&quot;&lt;?php esc_attr_e('Add Link') ?&gt;&quot; /&gt;
</ins><span class="cx"> &lt;?php } ?&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkwpadminincludestemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/template.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/template.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/includes/template.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -332,17 +332,17 @@
</span><span class="cx">         &lt;div id=&quot;edithead&quot; style=&quot;display:none;&quot;&gt;
</span><span class="cx">                 &lt;div class=&quot;inside&quot;&gt;
</span><span class="cx">                 &lt;label for=&quot;author&quot;&gt;&lt;?php _e('Name') ?&gt;&lt;/label&gt;
</span><del>-                &lt;input type=&quot;text&quot; name=&quot;newcomment_author&quot; size=&quot;50&quot; value=&quot;&quot; tabindex=&quot;101&quot; id=&quot;author&quot; /&gt;
</del><ins>+                &lt;input type=&quot;text&quot; name=&quot;newcomment_author&quot; size=&quot;50&quot; value=&quot;&quot; id=&quot;author&quot; /&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;div class=&quot;inside&quot;&gt;
</span><span class="cx">                 &lt;label for=&quot;author-email&quot;&gt;&lt;?php _e('E-mail') ?&gt;&lt;/label&gt;
</span><del>-                &lt;input type=&quot;text&quot; name=&quot;newcomment_author_email&quot; size=&quot;50&quot; value=&quot;&quot; tabindex=&quot;102&quot; id=&quot;author-email&quot; /&gt;
</del><ins>+                &lt;input type=&quot;text&quot; name=&quot;newcomment_author_email&quot; size=&quot;50&quot; value=&quot;&quot; id=&quot;author-email&quot; /&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;div class=&quot;inside&quot;&gt;
</span><span class="cx">                 &lt;label for=&quot;author-url&quot;&gt;&lt;?php _e('URL') ?&gt;&lt;/label&gt;
</span><del>-                &lt;input type=&quot;text&quot; id=&quot;author-url&quot; name=&quot;newcomment_author_url&quot; size=&quot;103&quot; value=&quot;&quot; tabindex=&quot;103&quot; /&gt;
</del><ins>+                &lt;input type=&quot;text&quot; id=&quot;author-url&quot; name=&quot;newcomment_author_url&quot; size=&quot;103&quot; value=&quot;&quot; /&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx">                 &lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
</span><span class="cx">         &lt;/div&gt;
</span><span class="lines">@@ -350,13 +350,13 @@
</span><span class="cx">         &lt;div id=&quot;replycontainer&quot;&gt;
</span><span class="cx">         &lt;?php
</span><span class="cx">         $quicktags_settings = array( 'buttons' =&gt; 'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' );
</span><del>-        wp_editor( '', 'replycontent', array( 'media_buttons' =&gt; false, 'tinymce' =&gt; false, 'quicktags' =&gt; $quicktags_settings, 'tabindex' =&gt; 104 ) );
</del><ins>+        wp_editor( '', 'replycontent', array( 'media_buttons' =&gt; false, 'tinymce' =&gt; false, 'quicktags' =&gt; $quicktags_settings ) );
</ins><span class="cx">         ?&gt;
</span><span class="cx">         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;p id=&quot;replysubmit&quot; class=&quot;submit&quot;&gt;
</span><del>-        &lt;a href=&quot;#comments-form&quot; class=&quot;cancel button-secondary alignleft&quot; tabindex=&quot;106&quot;&gt;&lt;?php _e('Cancel'); ?&gt;&lt;/a&gt;
-        &lt;a href=&quot;#comments-form&quot; class=&quot;save button-primary alignright&quot; tabindex=&quot;104&quot;&gt;
</del><ins>+        &lt;a href=&quot;#comments-form&quot; class=&quot;cancel button-secondary alignleft&quot;&gt;&lt;?php _e('Cancel'); ?&gt;&lt;/a&gt;
+        &lt;a href=&quot;#comments-form&quot; class=&quot;save button-primary alignright&quot;&gt;
</ins><span class="cx">         &lt;span id=&quot;addbtn&quot; style=&quot;display:none;&quot;&gt;&lt;?php _e('Add Comment'); ?&gt;&lt;/span&gt;
</span><span class="cx">         &lt;span id=&quot;savebtn&quot; style=&quot;display:none;&quot;&gt;&lt;?php _e('Update Comment'); ?&gt;&lt;/span&gt;
</span><span class="cx">         &lt;span id=&quot;replybtn&quot; style=&quot;display:none;&quot;&gt;&lt;?php _e('Submit Reply'); ?&gt;&lt;/span&gt;&lt;/a&gt;
</span><span class="lines">@@ -489,17 +489,17 @@
</span><span class="cx">         $delete_nonce = wp_create_nonce( 'delete-meta_' . $entry['meta_id'] );
</span><span class="cx"> 
</span><span class="cx">         $r .= &quot;\n\t&lt;tr id='meta-{$entry['meta_id']}' class='$style'&gt;&quot;;
</span><del>-        $r .= &quot;\n\t\t&lt;td class='left'&gt;&lt;label class='screen-reader-text' for='meta[{$entry['meta_id']}][key]'&gt;&quot; . __( 'Key' ) . &quot;&lt;/label&gt;&lt;input name='meta[{$entry['meta_id']}][key]' id='meta[{$entry['meta_id']}][key]' tabindex='6' type='text' size='20' value='{$entry['meta_key']}' /&gt;&quot;;
</del><ins>+        $r .= &quot;\n\t\t&lt;td class='left'&gt;&lt;label class='screen-reader-text' for='meta[{$entry['meta_id']}][key]'&gt;&quot; . __( 'Key' ) . &quot;&lt;/label&gt;&lt;input name='meta[{$entry['meta_id']}][key]' id='meta[{$entry['meta_id']}][key]' type='text' size='20' value='{$entry['meta_key']}' /&gt;&quot;;
</ins><span class="cx"> 
</span><span class="cx">         $r .= &quot;\n\t\t&lt;div class='submit'&gt;&quot;;
</span><del>-        $r .= get_submit_button( __( 'Delete' ), &quot;delete:the-list:meta-{$entry['meta_id']}::_ajax_nonce=$delete_nonce deletemeta&quot;, &quot;deletemeta[{$entry['meta_id']}]&quot;, false, array( 'tabindex' =&gt; '6' ) );
</del><ins>+        $r .= get_submit_button( __( 'Delete' ), &quot;delete:the-list:meta-{$entry['meta_id']}::_ajax_nonce=$delete_nonce deletemeta&quot;, &quot;deletemeta[{$entry['meta_id']}]&quot;, false );
</ins><span class="cx">         $r .= &quot;\n\t\t&quot;;
</span><del>-        $r .= get_submit_button( __( 'Update' ), &quot;add:the-list:meta-{$entry['meta_id']}::_ajax_nonce-add-meta=$update_nonce updatemeta&quot; , 'updatemeta', false, array( 'tabindex' =&gt; '6' ) );
</del><ins>+        $r .= get_submit_button( __( 'Update' ), &quot;add:the-list:meta-{$entry['meta_id']}::_ajax_nonce-add-meta=$update_nonce updatemeta&quot; , 'updatemeta', false );
</ins><span class="cx">         $r .= &quot;&lt;/div&gt;&quot;;
</span><span class="cx">         $r .= wp_nonce_field( 'change-meta', '_ajax_nonce', false, false );
</span><span class="cx">         $r .= &quot;&lt;/td&gt;&quot;;
</span><span class="cx"> 
</span><del>-        $r .= &quot;\n\t\t&lt;td&gt;&lt;label class='screen-reader-text' for='meta[{$entry['meta_id']}][value]'&gt;&quot; . __( 'Value' ) . &quot;&lt;/label&gt;&lt;textarea name='meta[{$entry['meta_id']}][value]' id='meta[{$entry['meta_id']}][value]' tabindex='6' rows='2' cols='30'&gt;{$entry['meta_value']}&lt;/textarea&gt;&lt;/td&gt;\n\t&lt;/tr&gt;&quot;;
</del><ins>+        $r .= &quot;\n\t\t&lt;td&gt;&lt;label class='screen-reader-text' for='meta[{$entry['meta_id']}][value]'&gt;&quot; . __( 'Value' ) . &quot;&lt;/label&gt;&lt;textarea name='meta[{$entry['meta_id']}][value]' id='meta[{$entry['meta_id']}][value]' rows='2' cols='30'&gt;{$entry['meta_value']}&lt;/textarea&gt;&lt;/td&gt;\n\t&lt;/tr&gt;&quot;;
</ins><span class="cx">         return $r;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -534,7 +534,7 @@
</span><span class="cx"> &lt;tr&gt;
</span><span class="cx"> &lt;td id=&quot;newmetaleft&quot; class=&quot;left&quot;&gt;
</span><span class="cx"> &lt;?php if ( $keys ) { ?&gt;
</span><del>-&lt;select id=&quot;metakeyselect&quot; name=&quot;metakeyselect&quot; tabindex=&quot;7&quot;&gt;
</del><ins>+&lt;select id=&quot;metakeyselect&quot; name=&quot;metakeyselect&quot;&gt;
</ins><span class="cx"> &lt;option value=&quot;#NONE#&quot;&gt;&lt;?php _e( '&amp;mdash; Select &amp;mdash;' ); ?&gt;&lt;/option&gt;
</span><span class="cx"> &lt;?php
</span><span class="cx"> 
</span><span class="lines">@@ -543,19 +543,19 @@
</span><span class="cx">         }
</span><span class="cx"> ?&gt;
</span><span class="cx"> &lt;/select&gt;
</span><del>-&lt;input class=&quot;hide-if-js&quot; type=&quot;text&quot; id=&quot;metakeyinput&quot; name=&quot;metakeyinput&quot; tabindex=&quot;7&quot; value=&quot;&quot; /&gt;
</del><ins>+&lt;input class=&quot;hide-if-js&quot; type=&quot;text&quot; id=&quot;metakeyinput&quot; name=&quot;metakeyinput&quot; value=&quot;&quot; /&gt;
</ins><span class="cx"> &lt;a href=&quot;#postcustomstuff&quot; class=&quot;hide-if-no-js&quot; onclick=&quot;jQuery('#metakeyinput, #metakeyselect, #enternew, #cancelnew').toggle();return false;&quot;&gt;
</span><span class="cx"> &lt;span id=&quot;enternew&quot;&gt;&lt;?php _e('Enter new'); ?&gt;&lt;/span&gt;
</span><span class="cx"> &lt;span id=&quot;cancelnew&quot; class=&quot;hidden&quot;&gt;&lt;?php _e('Cancel'); ?&gt;&lt;/span&gt;&lt;/a&gt;
</span><span class="cx"> &lt;?php } else { ?&gt;
</span><del>-&lt;input type=&quot;text&quot; id=&quot;metakeyinput&quot; name=&quot;metakeyinput&quot; tabindex=&quot;7&quot; value=&quot;&quot; /&gt;
</del><ins>+&lt;input type=&quot;text&quot; id=&quot;metakeyinput&quot; name=&quot;metakeyinput&quot; value=&quot;&quot; /&gt;
</ins><span class="cx"> &lt;?php } ?&gt;
</span><span class="cx"> &lt;/td&gt;
</span><del>-&lt;td&gt;&lt;textarea id=&quot;metavalue&quot; name=&quot;metavalue&quot; rows=&quot;2&quot; cols=&quot;25&quot; tabindex=&quot;8&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
</del><ins>+&lt;td&gt;&lt;textarea id=&quot;metavalue&quot; name=&quot;metavalue&quot; rows=&quot;2&quot; cols=&quot;25&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;submit&quot;&gt;
</span><del>-&lt;?php submit_button( __( 'Add Custom Field' ), 'add:the-list:newmeta', 'addmeta', false, array( 'id' =&gt; 'addmetasub', 'tabindex' =&gt; '9' ) ); ?&gt;
</del><ins>+&lt;?php submit_button( __( 'Add Custom Field' ), 'add:the-list:newmeta', 'addmeta', false, array( 'id' =&gt; 'addmetasub' ) ); ?&gt;
</ins><span class="cx"> &lt;?php wp_nonce_field( 'add-meta', '_ajax_nonce-add-meta', false ); ?&gt;
</span><span class="cx"> &lt;/td&gt;&lt;/tr&gt;
</span><span class="cx"> &lt;/tbody&gt;
</span></span></pre></div>
<a id="trunkwpadminmenuheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/menu-header.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/menu-header.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/menu-header.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">         foreach ( $menu as $key =&gt; $item ) {
</span><span class="cx">                 $admin_is_parent = false;
</span><span class="cx">                 $class = array();
</span><del>-                $aria_attributes = 'tabindex=&quot;1&quot;';
</del><ins>+                $aria_attributes = '';
</ins><span class="cx"> 
</span><span class="cx">                 if ( $first ) {
</span><span class="cx">                         $class[] = 'wp-first-item';
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">                 } else {
</span><span class="cx">                         $class[] = 'wp-not-current-submenu';
</span><span class="cx">                         if ( ! empty( $submenu_items ) )
</span><del>-                                $aria_attributes .= ' aria-haspopup=&quot;true&quot;';
</del><ins>+                                $aria_attributes .= 'aria-haspopup=&quot;true&quot;';
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 if ( ! empty( $item[4] ) )
</span><span class="lines">@@ -87,9 +87,9 @@
</span><span class="cx">                                 $menu_file = substr( $menu_file, 0, $pos );
</span><span class="cx">                         if ( ! empty( $menu_hook ) || ( ('index.php' != $submenu_items[0][2]) &amp;&amp; file_exists( WP_PLUGIN_DIR . &quot;/$menu_file&quot; ) ) ) {
</span><span class="cx">                                 $admin_is_parent = true;
</span><del>-                                echo &quot;&lt;div class='wp-menu-image'&gt;&lt;a href='admin.php?page={$submenu_items[0][2]}' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='admin.php?page={$submenu_items[0][2]}'$class $aria_attributes&gt;$title&lt;/a&gt;&quot;;
</del><ins>+                                echo &quot;&lt;div class='wp-menu-image'&gt;&lt;a href='admin.php?page={$submenu_items[0][2]}' tabindex='-1' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='admin.php?page={$submenu_items[0][2]}'$class $aria_attributes&gt;$title&lt;/a&gt;&quot;;
</ins><span class="cx">                         } else {
</span><del>-                                echo &quot;\n\t&lt;div class='wp-menu-image'&gt;&lt;a href='{$submenu_items[0][2]}' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='{$submenu_items[0][2]}'$class $aria_attributes&gt;$title&lt;/a&gt;&quot;;
</del><ins>+                                echo &quot;\n\t&lt;div class='wp-menu-image'&gt;&lt;a href='{$submenu_items[0][2]}' tabindex='-1' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='{$submenu_items[0][2]}'$class $aria_attributes&gt;$title&lt;/a&gt;&quot;;
</ins><span class="cx">                         }
</span><span class="cx">                 } elseif ( ! empty( $item[2] ) &amp;&amp; current_user_can( $item[1] ) ) {
</span><span class="cx">                         $menu_hook = get_plugin_page_hook( $item[2], 'admin.php' );
</span><span class="lines">@@ -98,9 +98,9 @@
</span><span class="cx">                                 $menu_file = substr( $menu_file, 0, $pos );
</span><span class="cx">                         if ( ! empty( $menu_hook ) || ( ('index.php' != $item[2]) &amp;&amp; file_exists( WP_PLUGIN_DIR . &quot;/$menu_file&quot; ) ) ) {
</span><span class="cx">                                 $admin_is_parent = true;
</span><del>-                                echo &quot;\n\t&lt;div class='wp-menu-image'&gt;&lt;a href='admin.php?page={$item[2]}' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='admin.php?page={$item[2]}'$class $aria_attributes&gt;{$item[0]}&lt;/a&gt;&quot;;
</del><ins>+                                echo &quot;\n\t&lt;div class='wp-menu-image'&gt;&lt;a href='admin.php?page={$item[2]}' tabindex='-1' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='admin.php?page={$item[2]}'$class $aria_attributes&gt;{$item[0]}&lt;/a&gt;&quot;;
</ins><span class="cx">                         } else {
</span><del>-                                echo &quot;\n\t&lt;div class='wp-menu-image'&gt;&lt;a href='{$item[2]}' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='{$item[2]}'$class $aria_attributes&gt;{$item[0]}&lt;/a&gt;&quot;;
</del><ins>+                                echo &quot;\n\t&lt;div class='wp-menu-image'&gt;&lt;a href='{$item[2]}' tabindex='-1' aria-label='$aria_label'&gt;$img&lt;/a&gt;&lt;/div&gt;$arrow&lt;a href='{$item[2]}'$class $aria_attributes&gt;{$item[0]}&lt;/a&gt;&quot;;
</ins><span class="cx">                         }
</span><span class="cx">                 }
</span><span class="cx"> 
</span><span class="lines">@@ -112,7 +112,6 @@
</span><span class="cx">                                 if ( ! current_user_can( $sub_item[1] ) )
</span><span class="cx">                                         continue;
</span><span class="cx"> 
</span><del>-                                $aria_attributes = 'tabindex=&quot;1&quot;';
</del><span class="cx">                                 $class = array();
</span><span class="cx">                                 if ( $first ) {
</span><span class="cx">                                         $class[] = 'wp-first-item';
</span><span class="lines">@@ -156,9 +155,9 @@
</span><span class="cx">                                                 $sub_item_url = add_query_arg( array('page' =&gt; $sub_item[2]), 'admin.php' );
</span><span class="cx"> 
</span><span class="cx">                                         $sub_item_url = esc_url( $sub_item_url );
</span><del>-                                        echo &quot;&lt;li$class&gt;&lt;a href='$sub_item_url'$class $aria_attributes&gt;$title&lt;/a&gt;&lt;/li&gt;&quot;;
</del><ins>+                                        echo &quot;&lt;li$class&gt;&lt;a href='$sub_item_url'$class&gt;$title&lt;/a&gt;&lt;/li&gt;&quot;;
</ins><span class="cx">                                 } else {
</span><del>-                                        echo &quot;&lt;li$class&gt;&lt;a href='{$sub_item[2]}'$class $aria_attributes&gt;$title&lt;/a&gt;&lt;/li&gt;&quot;;
</del><ins>+                                        echo &quot;&lt;li$class&gt;&lt;a href='{$sub_item[2]}'$class&gt;$title&lt;/a&gt;&lt;/li&gt;&quot;;
</ins><span class="cx">                                 }
</span><span class="cx">                         }
</span><span class="cx">                         echo &quot;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&quot;;
</span></span></pre></div>
<a id="trunkwpadminplugineditorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/plugin-editor.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/plugin-editor.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/plugin-editor.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -226,7 +226,7 @@
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;form name=&quot;template&quot; id=&quot;template&quot; action=&quot;plugin-editor.php&quot; method=&quot;post&quot;&gt;
</span><span class="cx">         &lt;?php wp_nonce_field('edit-plugin_' . $file) ?&gt;
</span><del>-                &lt;div&gt;&lt;textarea cols=&quot;70&quot; rows=&quot;25&quot; name=&quot;newcontent&quot; id=&quot;newcontent&quot; aria-describedby=&quot;newcontent-description&quot; tabindex=&quot;1&quot;&gt;&lt;?php echo $content ?&gt;&lt;/textarea&gt;
</del><ins>+                &lt;div&gt;&lt;textarea cols=&quot;70&quot; rows=&quot;25&quot; name=&quot;newcontent&quot; id=&quot;newcontent&quot; aria-describedby=&quot;newcontent-description&quot;&gt;&lt;?php echo $content ?&gt;&lt;/textarea&gt;
</ins><span class="cx">                 &lt;span id=&quot;newcontent-description&quot; class=&quot;screen-reader-text&quot;&gt;&lt;?php _e('Content of the edited file. The Tab key enters a tab character, to move below this area, press the Esc key followed by the Tab key. Shift + Tab works as expected.'); ?&gt;&lt;/span&gt;
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;update&quot; /&gt;
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;file&quot; value=&quot;&lt;?php echo esc_attr($file) ?&gt;&quot; /&gt;
</span><span class="lines">@@ -244,9 +244,9 @@
</span><span class="cx">         &lt;?php
</span><span class="cx">                 if ( isset($_GET['phperror']) ) {
</span><span class="cx">                         echo &quot;&lt;input type='hidden' name='phperror' value='1' /&gt;&quot;;
</span><del>-                        submit_button( __( 'Update File and Attempt to Reactivate' ), 'primary', 'submit', false, array( 'tabindex' =&gt; '2' ) );
</del><ins>+                        submit_button( __( 'Update File and Attempt to Reactivate' ), 'primary', 'submit', false );
</ins><span class="cx">                 } else {
</span><del>-                        submit_button( __( 'Update File' ), 'primary', 'submit', false, array( 'tabindex' =&gt; '2' ) );
</del><ins>+                        submit_button( __( 'Update File' ), 'primary', 'submit', false );
</ins><span class="cx">                 }
</span><span class="cx">         ?&gt;
</span><span class="cx">         &lt;/p&gt;
</span></span></pre></div>
<a id="trunkwpadminpressthisphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/press-this.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/press-this.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/press-this.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -495,8 +495,8 @@
</span><span class="cx">                                 &lt;div id=&quot;taxonomy-category&quot; class=&quot;categorydiv&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;ul id=&quot;category-tabs&quot; class=&quot;category-tabs&quot;&gt;
</span><del>-                                                &lt;li class=&quot;tabs&quot;&gt;&lt;a href=&quot;#category-all&quot; tabindex=&quot;3&quot;&gt;&lt;?php echo $tax-&gt;labels-&gt;all_items; ?&gt;&lt;/a&gt;&lt;/li&gt;
-                                                &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#category-pop&quot; tabindex=&quot;3&quot;&gt;&lt;?php _e( 'Most Used' ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                                &lt;li class=&quot;tabs&quot;&gt;&lt;a href=&quot;#category-all&quot;&gt;&lt;?php echo $tax-&gt;labels-&gt;all_items; ?&gt;&lt;/a&gt;&lt;/li&gt;
+                                                &lt;li class=&quot;hide-if-no-js&quot;&gt;&lt;a href=&quot;#category-pop&quot;&gt;&lt;?php _e( 'Most Used' ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx">                                         &lt;/ul&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;div id=&quot;category-pop&quot; class=&quot;tabs-panel&quot; style=&quot;display: none;&quot;&gt;
</span><span class="lines">@@ -517,18 +517,18 @@
</span><span class="cx">                                         &lt;?php if ( current_user_can($tax-&gt;cap-&gt;edit_terms) ) : ?&gt;
</span><span class="cx">                                                 &lt;div id=&quot;category-adder&quot; class=&quot;wp-hidden-children&quot;&gt;
</span><span class="cx">                                                         &lt;h4&gt;
</span><del>-                                                                &lt;a id=&quot;category-add-toggle&quot; href=&quot;#category-add&quot; class=&quot;hide-if-no-js&quot; tabindex=&quot;3&quot;&gt;
</del><ins>+                                                                &lt;a id=&quot;category-add-toggle&quot; href=&quot;#category-add&quot; class=&quot;hide-if-no-js&quot;&gt;
</ins><span class="cx">                                                                         &lt;?php printf( __( '+ %s' ), $tax-&gt;labels-&gt;add_new_item ); ?&gt;
</span><span class="cx">                                                                 &lt;/a&gt;
</span><span class="cx">                                                         &lt;/h4&gt;
</span><span class="cx">                                                         &lt;p id=&quot;category-add&quot; class=&quot;category-add wp-hidden-child&quot;&gt;
</span><span class="cx">                                                                 &lt;label class=&quot;screen-reader-text&quot; for=&quot;newcategory&quot;&gt;&lt;?php echo $tax-&gt;labels-&gt;add_new_item; ?&gt;&lt;/label&gt;
</span><del>-                                                                &lt;input type=&quot;text&quot; name=&quot;newcategory&quot; id=&quot;newcategory&quot; class=&quot;form-required form-input-tip&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;new_item_name ); ?&gt;&quot; tabindex=&quot;3&quot; aria-required=&quot;true&quot;/&gt;
</del><ins>+                                                                &lt;input type=&quot;text&quot; name=&quot;newcategory&quot; id=&quot;newcategory&quot; class=&quot;form-required form-input-tip&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;new_item_name ); ?&gt;&quot; aria-required=&quot;true&quot;/&gt;
</ins><span class="cx">                                                                 &lt;label class=&quot;screen-reader-text&quot; for=&quot;newcategory_parent&quot;&gt;
</span><span class="cx">                                                                         &lt;?php echo $tax-&gt;labels-&gt;parent_item_colon; ?&gt;
</span><span class="cx">                                                                 &lt;/label&gt;
</span><del>-                                                                &lt;?php wp_dropdown_categories( array( 'taxonomy' =&gt; 'category', 'hide_empty' =&gt; 0, 'name' =&gt; 'newcategory_parent', 'orderby' =&gt; 'name', 'hierarchical' =&gt; 1, 'show_option_none' =&gt; '&amp;mdash; ' . $tax-&gt;labels-&gt;parent_item . ' &amp;mdash;', 'tab_index' =&gt; 3 ) ); ?&gt;
-                                                                &lt;input type=&quot;button&quot; id=&quot;category-add-submit&quot; class=&quot;add:categorychecklist:category-add button category-add-submit&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;add_new_item ); ?&gt;&quot; tabindex=&quot;3&quot; /&gt;
</del><ins>+                                                                &lt;?php wp_dropdown_categories( array( 'taxonomy' =&gt; 'category', 'hide_empty' =&gt; 0, 'name' =&gt; 'newcategory_parent', 'orderby' =&gt; 'name', 'hierarchical' =&gt; 1, 'show_option_none' =&gt; '&amp;mdash; ' . $tax-&gt;labels-&gt;parent_item . ' &amp;mdash;' ) ); ?&gt;
+                                                                &lt;input type=&quot;button&quot; id=&quot;category-add-submit&quot; class=&quot;add:categorychecklist:category-add button category-add-submit&quot; value=&quot;&lt;?php echo esc_attr( $tax-&gt;labels-&gt;add_new_item ); ?&gt;&quot; /&gt;
</ins><span class="cx">                                                                 &lt;?php wp_nonce_field( 'add-category', '_ajax_nonce-add-category', false ); ?&gt;
</span><span class="cx">                                                                 &lt;span id=&quot;category-ajax-response&quot;&gt;&lt;/span&gt;
</span><span class="cx">                                                         &lt;/p&gt;
</span><span class="lines">@@ -548,7 +548,7 @@
</span><span class="cx">                                                         &lt;input type=&quot;hidden&quot; name=&quot;tax_input[post_tag]&quot; class=&quot;the-tags&quot; id=&quot;tax-input[post_tag]&quot; value=&quot;&quot; /&gt;
</span><span class="cx">                                                         &lt;div class=&quot;ajaxtag&quot;&gt;
</span><span class="cx">                                                                 &lt;input type=&quot;text&quot; name=&quot;newtag[post_tag]&quot; class=&quot;newtag form-input-tip&quot; size=&quot;16&quot; autocomplete=&quot;off&quot; value=&quot;&quot; /&gt;
</span><del>-                                                                &lt;input type=&quot;button&quot; class=&quot;button tagadd&quot; value=&quot;&lt;?php esc_attr_e('Add'); ?&gt;&quot; tabindex=&quot;3&quot; /&gt;
</del><ins>+                                                                &lt;input type=&quot;button&quot; class=&quot;button tagadd&quot; value=&quot;&lt;?php esc_attr_e('Add'); ?&gt;&quot; /&gt;
</ins><span class="cx">                                                         &lt;/div&gt;
</span><span class="cx">                                                 &lt;/div&gt;
</span><span class="cx">                                                 &lt;div class=&quot;tagchecklist&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkwpadminthemeeditorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/theme-editor.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/theme-editor.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-admin/theme-editor.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -198,7 +198,7 @@
</span><span class="cx"> else : ?&gt;
</span><span class="cx">         &lt;form name=&quot;template&quot; id=&quot;template&quot; action=&quot;theme-editor.php&quot; method=&quot;post&quot;&gt;
</span><span class="cx">         &lt;?php wp_nonce_field( 'edit-theme_' . $file . $stylesheet ); ?&gt;
</span><del>-                &lt;div&gt;&lt;textarea cols=&quot;70&quot; rows=&quot;30&quot; name=&quot;newcontent&quot; id=&quot;newcontent&quot; aria-describedby=&quot;newcontent-description&quot; tabindex=&quot;1&quot;&gt;&lt;?php echo $content ?&gt;&lt;/textarea&gt;
</del><ins>+                &lt;div&gt;&lt;textarea cols=&quot;70&quot; rows=&quot;30&quot; name=&quot;newcontent&quot; id=&quot;newcontent&quot; aria-describedby=&quot;newcontent-description&quot;&gt;&lt;?php echo $content ?&gt;&lt;/textarea&gt;
</ins><span class="cx">                 &lt;span id=&quot;newcontent-description&quot; class=&quot;screen-reader-text&quot;&gt;&lt;?php _e('Content of the edited file. The Tab key enters a tab character, to move below this area, press the Esc key followed by the Tab key. Shift + Tab works as expected.'); ?&gt;&lt;/span&gt;
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;update&quot; /&gt;
</span><span class="cx">                 &lt;input type=&quot;hidden&quot; name=&quot;file&quot; value=&quot;&lt;?php echo esc_attr( $relative_file ); ?&gt;&quot; /&gt;
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx">                 &lt;?php endif; ?&gt;
</span><span class="cx"> &lt;?php
</span><span class="cx">         if ( is_writeable( $file ) ) :
</span><del>-                submit_button( __( 'Update File' ), 'primary', 'submit', true, array( 'tabindex' =&gt; '2' ) );
</del><ins>+                submit_button( __( 'Update File' ), 'primary', 'submit', true );
</ins><span class="cx">         else : ?&gt;
</span><span class="cx"> &lt;p&gt;&lt;em&gt;&lt;?php _e('You need to make this file writable before you can save your changes. See &lt;a href=&quot;http://codex.wordpress.org/Changing_File_Permissions&quot;&gt;the Codex&lt;/a&gt; for more information.'); ?&gt;&lt;/em&gt;&lt;/p&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span></span></pre></div>
<a id="trunkwpincludesclasswpeditorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/class-wp-editor.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/class-wp-editor.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-includes/class-wp-editor.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -769,13 +769,13 @@
</span><span class="cx">                 &lt;div id=&quot;link-options&quot;&gt;
</span><span class="cx">                         &lt;p class=&quot;howto&quot;&gt;&lt;?php _e( 'Enter the destination URL' ); ?&gt;&lt;/p&gt;
</span><span class="cx">                         &lt;div&gt;
</span><del>-                                &lt;label&gt;&lt;span&gt;&lt;?php _e( 'URL' ); ?&gt;&lt;/span&gt;&lt;input id=&quot;url-field&quot; type=&quot;text&quot; tabindex=&quot;10&quot; name=&quot;href&quot; /&gt;&lt;/label&gt;
</del><ins>+                                &lt;label&gt;&lt;span&gt;&lt;?php _e( 'URL' ); ?&gt;&lt;/span&gt;&lt;input id=&quot;url-field&quot; type=&quot;text&quot; name=&quot;href&quot; /&gt;&lt;/label&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx">                         &lt;div&gt;
</span><del>-                                &lt;label&gt;&lt;span&gt;&lt;?php _e( 'Title' ); ?&gt;&lt;/span&gt;&lt;input id=&quot;link-title-field&quot; type=&quot;text&quot; tabindex=&quot;20&quot; name=&quot;linktitle&quot; /&gt;&lt;/label&gt;
</del><ins>+                                &lt;label&gt;&lt;span&gt;&lt;?php _e( 'Title' ); ?&gt;&lt;/span&gt;&lt;input id=&quot;link-title-field&quot; type=&quot;text&quot; name=&quot;linktitle&quot; /&gt;&lt;/label&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx">                         &lt;div class=&quot;link-target&quot;&gt;
</span><del>-                                &lt;label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;link-target-checkbox&quot; tabindex=&quot;30&quot; /&gt; &lt;?php _e( 'Open link in a new window/tab' ); ?&gt;&lt;/label&gt;
</del><ins>+                                &lt;label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;link-target-checkbox&quot; /&gt; &lt;?php _e( 'Open link in a new window/tab' ); ?&gt;&lt;/label&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx">                 &lt;/div&gt;
</span><span class="cx">                 &lt;?php $show_internal = '1' == get_user_setting( 'wplink', '0' ); ?&gt;
</span><span class="lines">@@ -785,7 +785,7 @@
</span><span class="cx">                                 &lt;label&gt;
</span><span class="cx">                                         &lt;span&gt;&lt;img class=&quot;waiting&quot; src=&quot;&lt;?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?&gt;&quot; alt=&quot;&quot; /&gt;
</span><span class="cx">                                         &lt;?php _e( 'Search' ); ?&gt;&lt;/span&gt;
</span><del>-                                        &lt;input type=&quot;search&quot; id=&quot;search-field&quot; class=&quot;link-search-field&quot; tabindex=&quot;60&quot; autocomplete=&quot;off&quot; /&gt;
</del><ins>+                                        &lt;input type=&quot;search&quot; id=&quot;search-field&quot; class=&quot;link-search-field&quot; autocomplete=&quot;off&quot; /&gt;
</ins><span class="cx">                                 &lt;/label&gt;
</span><span class="cx">                         &lt;/div&gt;
</span><span class="cx">                         &lt;div id=&quot;search-results&quot; class=&quot;query-results&quot;&gt;
</span><span class="lines">@@ -808,7 +808,7 @@
</span><span class="cx">                         &lt;a class=&quot;submitdelete deletion&quot; href=&quot;#&quot;&gt;&lt;?php _e( 'Cancel' ); ?&gt;&lt;/a&gt;
</span><span class="cx">                 &lt;/div&gt;
</span><span class="cx">                 &lt;div id=&quot;wp-link-update&quot;&gt;
</span><del>-                        &lt;input type=&quot;submit&quot; tabindex=&quot;100&quot; value=&quot;&lt;?php esc_attr_e( 'Add Link' ); ?&gt;&quot; class=&quot;button-primary&quot; id=&quot;wp-link-submit&quot; name=&quot;wp-link-submit&quot;&gt;
</del><ins>+                        &lt;input type=&quot;submit&quot; value=&quot;&lt;?php esc_attr_e( 'Add Link' ); ?&gt;&quot; class=&quot;button-primary&quot; id=&quot;wp-link-submit&quot; name=&quot;wp-link-submit&quot;&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx">         &lt;/div&gt;
</span><span class="cx">         &lt;/form&gt;
</span></span></pre></div>
<a id="trunkwpincludesgeneraltemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/general-template.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/general-template.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-includes/general-template.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -274,16 +274,16 @@
</span><span class="cx">                         ' . apply_filters( 'login_form_top', '', $args ) . '
</span><span class="cx">                         &lt;p class=&quot;login-username&quot;&gt;
</span><span class="cx">                                 &lt;label for=&quot;' . esc_attr( $args['id_username'] ) . '&quot;&gt;' . esc_html( $args['label_username'] ) . '&lt;/label&gt;
</span><del>-                                &lt;input type=&quot;text&quot; name=&quot;log&quot; id=&quot;' . esc_attr( $args['id_username'] ) . '&quot; class=&quot;input&quot; value=&quot;' . esc_attr( $args['value_username'] ) . '&quot; size=&quot;20&quot; tabindex=&quot;10&quot; /&gt;
</del><ins>+                                &lt;input type=&quot;text&quot; name=&quot;log&quot; id=&quot;' . esc_attr( $args['id_username'] ) . '&quot; class=&quot;input&quot; value=&quot;' . esc_attr( $args['value_username'] ) . '&quot; size=&quot;20&quot; /&gt;
</ins><span class="cx">                         &lt;/p&gt;
</span><span class="cx">                         &lt;p class=&quot;login-password&quot;&gt;
</span><span class="cx">                                 &lt;label for=&quot;' . esc_attr( $args['id_password'] ) . '&quot;&gt;' . esc_html( $args['label_password'] ) . '&lt;/label&gt;
</span><del>-                                &lt;input type=&quot;password&quot; name=&quot;pwd&quot; id=&quot;' . esc_attr( $args['id_password'] ) . '&quot; class=&quot;input&quot; value=&quot;&quot; size=&quot;20&quot; tabindex=&quot;20&quot; /&gt;
</del><ins>+                                &lt;input type=&quot;password&quot; name=&quot;pwd&quot; id=&quot;' . esc_attr( $args['id_password'] ) . '&quot; class=&quot;input&quot; value=&quot;&quot; size=&quot;20&quot; /&gt;
</ins><span class="cx">                         &lt;/p&gt;
</span><span class="cx">                         ' . apply_filters( 'login_form_middle', '', $args ) . '
</span><del>-                        ' . ( $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;' : '' ) . '
</del><ins>+                        ' . ( $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;' . ( $args['value_remember'] ? ' checked=&quot;checked&quot;' : '' ) . ' /&gt; ' . esc_html( $args['label_remember'] ) . '&lt;/label&gt;&lt;/p&gt;' : '' ) . '
</ins><span class="cx">                         &lt;p class=&quot;login-submit&quot;&gt;
</span><del>-                                &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;
</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'] ) . ' /&gt;
</ins><span class="cx">                                 &lt;input type=&quot;hidden&quot; name=&quot;redirect_to&quot; value=&quot;' . esc_url( $args['redirect'] ) . '&quot; /&gt;
</span><span class="cx">                         &lt;/p&gt;
</span><span class="cx">                         ' . apply_filters( 'login_form_bottom', '', $args ) . '
</span></span></pre></div>
<a id="trunkwpincludesjstinymcewpmcehelpphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/tinymce/wp-mce-help.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/tinymce/wp-mce-help.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-includes/js/tinymce/wp-mce-help.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -159,10 +159,10 @@
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;ul id=&quot;tabs&quot;&gt;
</span><del>-        &lt;li&gt;&lt;a id=&quot;tab1&quot; href=&quot;javascript:flipTab(1)&quot; title=&quot;&lt;?php esc_attr_e('Basics of Rich Editing') ?&gt;&quot; accesskey=&quot;1&quot; tabindex=&quot;1&quot; class=&quot;current&quot;&gt;&lt;?php _e('Basics') ?&gt;&lt;/a&gt;&lt;/li&gt;
-        &lt;li&gt;&lt;a id=&quot;tab2&quot; href=&quot;javascript:flipTab(2)&quot; title=&quot;&lt;?php esc_attr_e('Advanced use of the Rich Editor') ?&gt;&quot; accesskey=&quot;2&quot; tabindex=&quot;2&quot;&gt;&lt;?php _e('Advanced') ?&gt;&lt;/a&gt;&lt;/li&gt;
-        &lt;li&gt;&lt;a id=&quot;tab3&quot; href=&quot;javascript:flipTab(3)&quot; title=&quot;&lt;?php esc_attr_e('Hotkeys') ?&gt;&quot; accesskey=&quot;3&quot; tabindex=&quot;3&quot;&gt;&lt;?php _e('Hotkeys') ?&gt;&lt;/a&gt;&lt;/li&gt;
-        &lt;li&gt;&lt;a id=&quot;tab4&quot; href=&quot;javascript:flipTab(4)&quot; title=&quot;&lt;?php esc_attr_e('About the software') ?&gt;&quot; accesskey=&quot;4&quot; tabindex=&quot;4&quot;&gt;&lt;?php _e('About') ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+        &lt;li&gt;&lt;a id=&quot;tab1&quot; href=&quot;javascript:flipTab(1)&quot; title=&quot;&lt;?php esc_attr_e('Basics of Rich Editing') ?&gt;&quot; accesskey=&quot;1&quot; class=&quot;current&quot;&gt;&lt;?php _e('Basics') ?&gt;&lt;/a&gt;&lt;/li&gt;
+        &lt;li&gt;&lt;a id=&quot;tab2&quot; href=&quot;javascript:flipTab(2)&quot; title=&quot;&lt;?php esc_attr_e('Advanced use of the Rich Editor') ?&gt;&quot; accesskey=&quot;2&quot;&gt;&lt;?php _e('Advanced') ?&gt;&lt;/a&gt;&lt;/li&gt;
+        &lt;li&gt;&lt;a id=&quot;tab3&quot; href=&quot;javascript:flipTab(3)&quot; title=&quot;&lt;?php esc_attr_e('Hotkeys') ?&gt;&quot; accesskey=&quot;3&quot;&gt;&lt;?php _e('Hotkeys') ?&gt;&lt;/a&gt;&lt;/li&gt;
+        &lt;li&gt;&lt;a id=&quot;tab4&quot; href=&quot;javascript:flipTab(4)&quot; title=&quot;&lt;?php esc_attr_e('About the software') ?&gt;&quot; accesskey=&quot;4&quot;&gt;&lt;?php _e('About') ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx"> &lt;/ul&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;div id=&quot;flipper&quot; class=&quot;wrap&quot;&gt;
</span></span></pre></div>
<a id="trunkwploginphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-login.php (21310 => 21311)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-login.php        2012-07-23 23:46:27 UTC (rev 21310)
+++ trunk/wp-login.php        2012-07-24 00:15:15 UTC (rev 21311)
</span><span class="lines">@@ -432,11 +432,11 @@
</span><span class="cx"> &lt;form name=&quot;lostpasswordform&quot; id=&quot;lostpasswordform&quot; action=&quot;&lt;?php echo esc_url( site_url( 'wp-login.php?action=lostpassword', 'login_post' ) ); ?&gt;&quot; method=&quot;post&quot;&gt;
</span><span class="cx">         &lt;p&gt;
</span><span class="cx">                 &lt;label for=&quot;user_login&quot; &gt;&lt;?php _e('Username or E-mail:') ?&gt;&lt;br /&gt;
</span><del>-                &lt;input type=&quot;text&quot; name=&quot;user_login&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr($user_login); ?&gt;&quot; size=&quot;20&quot; tabindex=&quot;10&quot; /&gt;&lt;/label&gt;
</del><ins>+                &lt;input type=&quot;text&quot; name=&quot;user_login&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr($user_login); ?&gt;&quot; size=&quot;20&quot; /&gt;&lt;/label&gt;
</ins><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;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;
</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; /&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">@@ -492,7 +492,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;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;
</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; /&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">@@ -538,17 +538,17 @@
</span><span class="cx"> &lt;form name=&quot;registerform&quot; id=&quot;registerform&quot; action=&quot;&lt;?php echo esc_url( site_url('wp-login.php?action=register', 'login_post') ); ?&gt;&quot; method=&quot;post&quot;&gt;
</span><span class="cx">         &lt;p&gt;
</span><span class="cx">                 &lt;label for=&quot;user_login&quot;&gt;&lt;?php _e('Username') ?&gt;&lt;br /&gt;
</span><del>-                &lt;input type=&quot;text&quot; name=&quot;user_login&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr(stripslashes($user_login)); ?&gt;&quot; size=&quot;20&quot; tabindex=&quot;10&quot; /&gt;&lt;/label&gt;
</del><ins>+                &lt;input type=&quot;text&quot; name=&quot;user_login&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr(stripslashes($user_login)); ?&gt;&quot; size=&quot;20&quot; /&gt;&lt;/label&gt;
</ins><span class="cx">         &lt;/p&gt;
</span><span class="cx">         &lt;p&gt;
</span><span class="cx">                 &lt;label for=&quot;user_email&quot;&gt;&lt;?php _e('E-mail') ?&gt;&lt;br /&gt;
</span><del>-                &lt;input type=&quot;email&quot; name=&quot;user_email&quot; id=&quot;user_email&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr(stripslashes($user_email)); ?&gt;&quot; size=&quot;25&quot; tabindex=&quot;20&quot; /&gt;&lt;/label&gt;
</del><ins>+                &lt;input type=&quot;email&quot; name=&quot;user_email&quot; id=&quot;user_email&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr(stripslashes($user_email)); ?&gt;&quot; size=&quot;25&quot; /&gt;&lt;/label&gt;
</ins><span class="cx">         &lt;/p&gt;
</span><span class="cx"> &lt;?php do_action('register_form'); ?&gt;
</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;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;
</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; /&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">@@ -671,16 +671,16 @@
</span><span class="cx"> &lt;form name=&quot;loginform&quot; id=&quot;loginform&quot; action=&quot;&lt;?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?&gt;&quot; method=&quot;post&quot;&gt;
</span><span class="cx">         &lt;p&gt;
</span><span class="cx">                 &lt;label for=&quot;user_login&quot;&gt;&lt;?php _e('Username') ?&gt;&lt;br /&gt;
</span><del>-                &lt;input type=&quot;text&quot; name=&quot;log&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr($user_login); ?&gt;&quot; size=&quot;20&quot; tabindex=&quot;10&quot; /&gt;&lt;/label&gt;
</del><ins>+                &lt;input type=&quot;text&quot; name=&quot;log&quot; id=&quot;user_login&quot; class=&quot;input&quot; value=&quot;&lt;?php echo esc_attr($user_login); ?&gt;&quot; size=&quot;20&quot; /&gt;&lt;/label&gt;
</ins><span class="cx">         &lt;/p&gt;
</span><span class="cx">         &lt;p&gt;
</span><span class="cx">                 &lt;label for=&quot;user_pass&quot;&gt;&lt;?php _e('Password') ?&gt;&lt;br /&gt;
</span><del>-                &lt;input type=&quot;password&quot; name=&quot;pwd&quot; id=&quot;user_pass&quot; class=&quot;input&quot; value=&quot;&quot; size=&quot;20&quot; tabindex=&quot;20&quot; /&gt;&lt;/label&gt;
</del><ins>+                &lt;input type=&quot;password&quot; name=&quot;pwd&quot; id=&quot;user_pass&quot; class=&quot;input&quot; value=&quot;&quot; size=&quot;20&quot; /&gt;&lt;/label&gt;
</ins><span class="cx">         &lt;/p&gt;
</span><span class="cx"> &lt;?php do_action('login_form'); ?&gt;
</span><del>-        &lt;p class=&quot;forgetmenot&quot;&gt;&lt;label for=&quot;rememberme&quot;&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;
</del><ins>+        &lt;p class=&quot;forgetmenot&quot;&gt;&lt;label for=&quot;rememberme&quot;&gt;&lt;input name=&quot;rememberme&quot; type=&quot;checkbox&quot; id=&quot;rememberme&quot; value=&quot;forever&quot; &lt;?php checked( $rememberme ); ?&gt; /&gt; &lt;?php esc_attr_e('Remember Me'); ?&gt;&lt;/label&gt;&lt;/p&gt;
</ins><span class="cx">         &lt;p class=&quot;submit&quot;&gt;
</span><del>-                &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;
</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; /&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>
</div>

</body>
</html>