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

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/12859">12859</a></dd>
<dt>Author</dt> <dd>ryan</dd>
<dt>Date</dt> <dd>2010-01-26 22:49:05 +0000 (Tue, 26 Jan 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove trailing whitespace</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminadminajaxphp">trunk/wp-admin/admin-ajax.php</a></li>
<li><a href="#trunkwpadminincludesplugininstallphp">trunk/wp-admin/includes/plugin-install.php</a></li>
<li><a href="#trunkwpadminincludespluginphp">trunk/wp-admin/includes/plugin.php</a></li>
<li><a href="#trunkwpadminincludestemplatephp">trunk/wp-admin/includes/template.php</a></li>
<li><a href="#trunkwpadminincludesthemephp">trunk/wp-admin/includes/theme.php</a></li>
<li><a href="#trunkwpadminnetworkphp">trunk/wp-admin/network.php</a></li>
<li><a href="#trunkwpadminrevisionphp">trunk/wp-admin/revision.php</a></li>
<li><a href="#trunkwpcontentblogsphp">trunk/wp-content/blogs.php</a></li>
<li><a href="#trunkwpincludescommenttemplatephp">trunk/wp-includes/comment-template.php</a></li>
<li><a href="#trunkwpincludeslocalephp">trunk/wp-includes/locale.php</a></li>
<li><a href="#trunkwpincludesmetaphp">trunk/wp-includes/meta.php</a></li>
<li><a href="#trunkwploginphp">trunk/wp-login.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminadminajaxphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/admin-ajax.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/admin-ajax.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-admin/admin-ajax.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -625,7 +625,7 @@
</span><span class="cx">                         $tag_full_name = $_tag-&gt;name . ' &amp;#8212; ' . $tag_full_name;
</span><span class="cx">                         $level++;
</span><span class="cx">                 }
</span><del>-                $tag_full_name = esc_attr($tag_full_name);        
</del><ins>+                $tag_full_name = esc_attr($tag_full_name);
</ins><span class="cx">         }
</span><span class="cx">         echo _tag_row( $tag, $level, $tag_full_name, $taxonomy );
</span><span class="cx">         exit;
</span><span class="lines">@@ -1184,7 +1184,7 @@
</span><span class="cx">         if ( ! $taxonomy )
</span><span class="cx">                 die( __('Cheatin&amp;#8217; uh?') );
</span><span class="cx">         $tax = get_taxonomy($taxonomy);
</span><del>-                
</del><ins>+
</ins><span class="cx">         if ( ! current_user_can( $tax-&gt;edit_cap ) )
</span><span class="cx">                 die( __('Cheatin&amp;#8217; uh?') );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminincludesplugininstallphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/plugin-install.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/plugin-install.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-admin/includes/plugin-install.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">         if ( !isset($args-&gt;per_page) )
</span><span class="cx">                 $args-&gt;per_page = 24;
</span><span class="cx"> 
</span><del>-        // Allows a plugin to override the WordPress.org API entirely. 
</del><ins>+        // Allows a plugin to override the WordPress.org API entirely.
</ins><span class="cx">         // Use the filter 'plugins_api_result' to mearly add results.
</span><span class="cx">         // Please ensure that a object is returned from the following filters.
</span><span class="cx">         $args = apply_filters('plugins_api_args', $args, $action);
</span></span></pre></div>
<a id="trunkwpadminincludespluginphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/plugin.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/plugin.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-admin/includes/plugin.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -474,10 +474,10 @@
</span><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * validate active plugins
</span><del>- * 
- * validate all active plugins, deactivates invalid and 
</del><ins>+ *
+ * validate all active plugins, deactivates invalid and
</ins><span class="cx">  * returns an array of deactived ones.
</span><del>- * 
</del><ins>+ *
</ins><span class="cx">  * @since unknown
</span><span class="cx">  * @return array invalid plugins, plugin as key, error as value
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkwpadminincludestemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/template.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/template.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-admin/includes/template.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -673,7 +673,7 @@
</span><span class="cx">  */
</span><span class="cx"> function _tag_row( $tag, $level, $class = '', $taxonomy = 'post_tag' ) {
</span><span class="cx">                 $count = number_format_i18n( $tag-&gt;count );
</span><del>-                if ( 'post_tag' == $taxonomy ) 
</del><ins>+                if ( 'post_tag' == $taxonomy )
</ins><span class="cx">                         $tagsel = 'tag';
</span><span class="cx">                 elseif ( 'category' == $taxonomy )
</span><span class="cx">                         $tagsel = 'category_name';
</span></span></pre></div>
<a id="trunkwpadminincludesthemephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/theme.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/theme.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-admin/includes/theme.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -151,7 +151,7 @@
</span><span class="cx">                         unset( $themes[ $key ] );
</span><span class="cx">         }
</span><span class="cx">         reset( $themes );
</span><del>-        
</del><ins>+
</ins><span class="cx">         return $themes;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminnetworkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/network.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/network.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-admin/network.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> &lt;?php
</span><span class="cx">         clearstatcache();
</span><span class="cx">         $files = array( &quot;htaccess.dist&quot;, &quot;.htaccess&quot; );
</span><del>-        
</del><ins>+
</ins><span class="cx">         $indent = '&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;';
</span><span class="cx">         foreach ( (array) $files as $val ) {
</span><span class="cx">                 $stats = @stat( $val );
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">         ?&gt;
</span><span class="cx">         &lt;h2&gt;&lt;?php esc_html_e('Installing Network of WordPress Sites'); ?&gt;&lt;/h2&gt;
</span><span class="cx">         &lt;p&gt;&lt;?php _e('I will help you enable the features for creating a network of sites by asking you a few questions so that you can create configuration files and make a directory to store all your uploaded files.'); ?&gt;&lt;/p&gt;
</span><del>-        
</del><ins>+
</ins><span class="cx">         &lt;h2&gt;&lt;?php esc_html_e('What do I need?'); ?&gt;&lt;/h2&gt;
</span><span class="cx">         &lt;ul&gt;
</span><span class="cx">                 &lt;li&gt;&lt;?php _e( 'Access to your server to change directory permissions. This can be done through ssh or ftp for example.' ); ?&gt;&lt;/li&gt;
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">         &lt;/ul&gt;
</span><span class="cx">         &lt;?php
</span><span class="cx">         $mod_rewrite_msg = &quot;\n&lt;p&gt;&quot; . __( &quot;If the &lt;code&gt;mod_rewrite&lt;/code&gt; module is disabled ask your administrator to enable that module, or look at the &lt;a href='http://httpd.apache.org/docs/mod/mod_rewrite.html'&gt;Apache documentation&lt;/a&gt; or &lt;a href='http://www.google.com/search?q=apache+mod_rewrite'&gt;elsewhere&lt;/a&gt; for help setting it up.&quot; ) . '&lt;/p&gt;';
</span><del>-        
</del><ins>+
</ins><span class="cx">         if ( function_exists( 'apache_get_modules' ) ) {
</span><span class="cx">                 $modules = apache_get_modules();
</span><span class="cx">                 if ( ! in_array( 'mod_rewrite', $modules ) )
</span><span class="lines">@@ -150,34 +150,34 @@
</span><span class="cx">                 &lt;?php if ( isset( $nowww ) ) { ?&gt;
</span><span class="cx">                 &lt;h3&gt;&lt;?php printf( __( 'We recommend you change your siteurl to &lt;code&gt;%1$s&lt;/code&gt; before enabling the network feature. It will still be possible to visit your site using the &quot;www&quot; prefix with an address like &lt;code&gt;%2$s&lt;/code&gt; but any links will not have the &quot;www&quot; prefix.' ), $nowww, $hostname ); ?&gt;&lt;/h3&gt;
</span><span class="cx">                 &lt;?php } ?&gt;
</span><del>-                &lt;table class=&quot;form-table&quot;&gt;  
-                        &lt;tr&gt; 
-                                &lt;th scope='row'&gt;&lt;?php esc_html_e( 'Server Address' ); ?&gt;&lt;/th&gt; 
</del><ins>+                &lt;table class=&quot;form-table&quot;&gt;
+                        &lt;tr&gt;
+                                &lt;th scope='row'&gt;&lt;?php esc_html_e( 'Server Address' ); ?&gt;&lt;/th&gt;
</ins><span class="cx">                                 &lt;td&gt;
</span><span class="cx">                                         &lt;p&gt;&lt;?php printf( __( 'This will be the Internet address of your site: &lt;strong&gt;&lt;em&gt;%s&lt;/em&gt;&lt;/strong&gt;.' ), $hostname ); ?&gt;&lt;/p&gt;
</span><span class="cx">                                         &lt;input type='hidden' name='basedomain' value='&lt;?php echo esc_attr( $hostname ); ?&gt;' /&gt;
</span><span class="cx">                                         &lt;p&gt;&lt;?php _e( 'Do not use an IP address (like 127.0.0.1) or a single word hostname like &lt;q&gt;localhost&lt;/q&gt; as your server address.' ); ?&gt;&lt;/p&gt;
</span><del>-                                &lt;/td&gt; 
</del><ins>+                                &lt;/td&gt;
</ins><span class="cx">                         &lt;/tr&gt;
</span><span class="cx">                 &lt;/table&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;h2&gt;&lt;?php esc_html_e( 'Site Details' ); ?&gt;&lt;/h2&gt;
</span><del>-                &lt;table class=&quot;form-table&quot;&gt;  
-                        &lt;tr&gt; 
-                                &lt;th scope='row'&gt;&lt;?php esc_html_e( 'Site&amp;nbsp;Title' ); ?&gt;&lt;/th&gt; 
</del><ins>+                &lt;table class=&quot;form-table&quot;&gt;
+                        &lt;tr&gt;
+                                &lt;th scope='row'&gt;&lt;?php esc_html_e( 'Site&amp;nbsp;Title' ); ?&gt;&lt;/th&gt;
</ins><span class="cx">                                 &lt;td&gt;
</span><span class="cx">                                         &lt;input name='weblog_title' type='text' size='45' value='&lt;?php echo esc_attr( $weblog_title ); ?&gt;' /&gt;
</span><span class="cx">                                         &lt;br /&gt;&lt;?php _e( 'What would you like to call your site?' ); ?&gt;
</span><del>-                                &lt;/td&gt; 
-                        &lt;/tr&gt; 
-                        &lt;tr&gt; 
-                                &lt;th scope='row'&gt;&lt;?php esc_html_e( 'Email' ); ?&gt;&lt;/th&gt; 
</del><ins>+                                &lt;/td&gt;
+                        &lt;/tr&gt;
+                        &lt;tr&gt;
+                                &lt;th scope='row'&gt;&lt;?php esc_html_e( 'Email' ); ?&gt;&lt;/th&gt;
</ins><span class="cx">                                 &lt;td&gt;
</span><del>-                                        &lt;input name='email' type='text' size='45' value='&lt;?php echo esc_attr( $email ); ?&gt;' /&gt; 
</del><ins>+                                        &lt;input name='email' type='text' size='45' value='&lt;?php echo esc_attr( $email ); ?&gt;' /&gt;
</ins><span class="cx">                                         &lt;br /&gt;&lt;?php _e( 'Your email address.' ); ?&gt;
</span><del>-                                &lt;/td&gt; 
-                        &lt;/tr&gt; 
-                &lt;/table&gt; 
</del><ins>+                                &lt;/td&gt;
+                        &lt;/tr&gt;
+                &lt;/table&gt;
</ins><span class="cx">                 &lt;p class='submit'&gt;&lt;input class=&quot;button&quot; name='submit' type='submit' value='&lt;?php esc_attr_e( 'Proceed' ); ?&gt;' /&gt;&lt;/p&gt;
</span><span class="cx">         &lt;?php
</span><span class="cx"> }
</span><span class="lines">@@ -271,11 +271,11 @@
</span><span class="cx">         return $domain;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-$action = isset($_POST[ 'action' ]) ? $_POST[ 'action' ] : null; 
</del><ins>+$action = isset($_POST[ 'action' ]) ? $_POST[ 'action' ] : null;
</ins><span class="cx"> switch($action) {
</span><span class="cx">         case &quot;step2&quot;:
</span><span class="cx">                 check_admin_referer( 'install-network-1' );
</span><del>-                
</del><ins>+
</ins><span class="cx">                 // Install!
</span><span class="cx">                 $base = stripslashes( dirname( dirname($_SERVER[&quot;SCRIPT_NAME&quot;]) ) );
</span><span class="cx">                 if( $base != &quot;/&quot;)
</span></span></pre></div>
<a id="trunkwpadminrevisionphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/revision.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/revision.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-admin/revision.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx"> 
</span><span class="cx"> if ( !$redirect ) {
</span><span class="cx">         if ( empty($post-&gt;post_type) ) // Empty post_type means either malformed object found, or no valid parent was found.
</span><del>-                $redirect = 'edit.php';        
</del><ins>+                $redirect = 'edit.php';
</ins><span class="cx">         elseif ( !post_type_supports($post-&gt;post_type, 'revisions') )
</span><span class="cx">                 $redirect = 'edit.php?post_type=' . $post-&gt;post_type;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkwpcontentblogsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/blogs.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/blogs.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-content/blogs.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx"> @header( 'Expires: ' . gmdate('D, d M Y H:i:s', time() + 100000000) . ' GMT' );
</span><span class="cx"> 
</span><span class="cx"> // Support for Conditional GET
</span><del>-if (isset($_SERVER['HTTP_IF_NONE_MATCH'])) 
</del><ins>+if (isset($_SERVER['HTTP_IF_NONE_MATCH']))
</ins><span class="cx">         $client_etag = stripslashes($_SERVER['HTTP_IF_NONE_MATCH']);
</span><span class="cx"> else
</span><span class="cx">         $client_etag = false;
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx"> // If string is empty, return 0. If not, attempt to parse into a timestamp
</span><span class="cx"> $client_modified_timestamp = $client_last_modified ? strtotime($client_last_modified) : 0;
</span><span class="cx"> 
</span><del>-// Make a timestamp for our most recent modification...        
</del><ins>+// Make a timestamp for our most recent modification...
</ins><span class="cx"> $modified_timestamp = strtotime($last_modified);
</span><span class="cx"> 
</span><span class="cx"> if ( ($client_last_modified &amp;&amp; $client_etag) ?
</span></span></pre></div>
<a id="trunkwpincludescommenttemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/comment-template.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/comment-template.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-includes/comment-template.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @since 0.71
</span><span class="cx">  * @uses apply_filters() Calls 'comment_author' on comment author before displaying
</span><del>- * 
</del><ins>+ *
</ins><span class="cx">  * @param int $comment_ID The ID of the comment for which to print the author. Optional.
</span><span class="cx">  */
</span><span class="cx"> function comment_author( $comment_ID = 0 ) {
</span><span class="lines">@@ -856,7 +856,7 @@
</span><span class="cx"> 
</span><span class="cx">         if ( empty($file) )
</span><span class="cx">                 $file = '/comments.php';
</span><del>-        
</del><ins>+
</ins><span class="cx">         $req = get_option('require_name_email');
</span><span class="cx"> 
</span><span class="cx">         /**
</span><span class="lines">@@ -1448,39 +1448,39 @@
</span><span class="cx">  * a filter of the form comments_form_field_$name where $name is the key used
</span><span class="cx">  * in the array of fields.
</span><span class="cx">  *
</span><del>- * @since 3.0 
</del><ins>+ * @since 3.0
</ins><span class="cx">  * @param array $args Options for strings, fields etc in the form
</span><span class="cx">  * @param mixed $post_id Post ID to generate the form for, uses the current post if null
</span><span class="cx">  * @return void
</span><span class="cx">  */
</span><span class="cx"> function comment_form( $args = array(), $post_id = null ) {
</span><span class="cx">         global $user_identity, $id;
</span><del>-                
</del><ins>+
</ins><span class="cx">         if ( null === $post_id )
</span><span class="cx">                 $post_id = $id;
</span><span class="cx">         else
</span><span class="cx">                 $id = $post_id;
</span><del>-        
</del><ins>+
</ins><span class="cx">         $commenter = wp_get_current_commenter();
</span><del>-        
</del><ins>+
</ins><span class="cx">         $req = get_option( 'require_name_email' );
</span><span class="cx">         $aria_req = ( $req ? &quot; aria-required='true'&quot; : '' );
</span><span class="cx">         $req_str  = ( $req ? __( ' (required)' ) : '' );
</span><del>-        $defaults = array( 'fields' =&gt; apply_filters( 'comment_form_default_fields', array( 'author' =&gt; '&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;author&quot; id=&quot;author&quot; value=&quot;' . esc_attr( $commenter['comment_author'] ) . '&quot; size=&quot;22&quot; tabindex=&quot;1&quot;' . $aria_req . ' /&gt; &lt;label for=&quot;author&quot;&gt;&lt;small&gt;' . __( 'Name' ) . $req_str . '&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;', 
-                                                                                                                                                                            'email'  =&gt; '&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; value=&quot;' . esc_attr( $commenter['comment_author_email'] ) . '&quot; size=&quot;22&quot; tabindex=&quot;2&quot;' . $aria_req . ' /&gt; &lt;label for=&quot;email&quot;&gt;&lt;small&gt;' . __( 'Mail (will not be published)' ) . $req_str . '&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;', 
</del><ins>+        $defaults = array( 'fields' =&gt; apply_filters( 'comment_form_default_fields', array( 'author' =&gt; '&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;author&quot; id=&quot;author&quot; value=&quot;' . esc_attr( $commenter['comment_author'] ) . '&quot; size=&quot;22&quot; tabindex=&quot;1&quot;' . $aria_req . ' /&gt; &lt;label for=&quot;author&quot;&gt;&lt;small&gt;' . __( 'Name' ) . $req_str . '&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;',
+                                                                                                                                                                            'email'  =&gt; '&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; value=&quot;' . esc_attr( $commenter['comment_author_email'] ) . '&quot; size=&quot;22&quot; tabindex=&quot;2&quot;' . $aria_req . ' /&gt; &lt;label for=&quot;email&quot;&gt;&lt;small&gt;' . __( 'Mail (will not be published)' ) . $req_str . '&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;',
</ins><span class="cx">                                                                                                                                                                             'url'    =&gt; '&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;url&quot; id=&quot;url&quot; value=&quot;' . esc_attr( $commenter['comment_author_url'] ) . '&quot; size=&quot;22&quot; tabindex=&quot;3&quot; /&gt; &lt;label for=&quot;url&quot;&gt;&lt;small&gt;' . __( 'Website' ) . '&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;' ) ),
</span><del>-                                                'comment_field' =&gt; '&lt;p&gt;&lt;textarea name=&quot;comment&quot; id=&quot;comment&quot; cols=&quot;58&quot; rows=&quot;10&quot; tabindex=&quot;4&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;', 
-                                                'must_log_in' =&gt; '&lt;p&gt;' .  sprintf( __( 'You must be &lt;a href=&quot;%s&quot;&gt;logged in&lt;/a&gt; to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '&lt;/p&gt;', 
-                                                'logged_in_as' =&gt; '&lt;p&gt;' . sprintf( __( 'Logged in as &lt;a href=&quot;%s&quot;&gt;%s&lt;/a&gt;. &lt;a href=&quot;%s&quot; title=&quot;Log out of this account&quot;&gt;Log out &amp;raquo;&lt;/a&gt;&lt;/p&gt;' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ), 
-                                                'id_form' =&gt; 'commentform', 
-                                                'id_submit' =&gt; 'submit', 
-                                                'title_reply' =&gt; __( 'Leave a Reply' ), 
-                                                'title_reply_to' =&gt; __( 'Leave a Reply to %s'), 
-                                                'cancel_reply_link' =&gt; '', 
-                                                'label_submit' =&gt; __( 'Submit Comment' ), 
</del><ins>+                                                'comment_field' =&gt; '&lt;p&gt;&lt;textarea name=&quot;comment&quot; id=&quot;comment&quot; cols=&quot;58&quot; rows=&quot;10&quot; tabindex=&quot;4&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;',
+                                                'must_log_in' =&gt; '&lt;p&gt;' .  sprintf( __( 'You must be &lt;a href=&quot;%s&quot;&gt;logged in&lt;/a&gt; to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '&lt;/p&gt;',
+                                                'logged_in_as' =&gt; '&lt;p&gt;' . sprintf( __( 'Logged in as &lt;a href=&quot;%s&quot;&gt;%s&lt;/a&gt;. &lt;a href=&quot;%s&quot; title=&quot;Log out of this account&quot;&gt;Log out &amp;raquo;&lt;/a&gt;&lt;/p&gt;' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ),
+                                                'id_form' =&gt; 'commentform',
+                                                'id_submit' =&gt; 'submit',
+                                                'title_reply' =&gt; __( 'Leave a Reply' ),
+                                                'title_reply_to' =&gt; __( 'Leave a Reply to %s'),
+                                                'cancel_reply_link' =&gt; '',
+                                                'label_submit' =&gt; __( 'Submit Comment' ),
</ins><span class="cx">                                 );
</span><span class="cx">         $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );
</span><del>-        
</del><ins>+
</ins><span class="cx">         ?&gt;
</span><span class="cx">                 &lt;?php if ( comments_open() ) : ?&gt;
</span><span class="cx">                         &lt;?php do_action( 'comment_form_before' ); ?&gt;
</span></span></pre></div>
<a id="trunkwpincludeslocalephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/locale.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/locale.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-includes/locale.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx">                         $this-&gt;weekday_initial[$weekday_] = preg_replace('/_.+_initial$/', '', $weekday_initial_);
</span><span class="cx">                 }
</span><span class="cx"> 
</span><del>-                // Abbreviations for each day.                
</del><ins>+                // Abbreviations for each day.
</ins><span class="cx">                 $this-&gt;weekday_abbrev[__('Sunday')]    = /* translators: three-letter abbreviation of the weekday */ __('Sun');
</span><span class="cx">                 $this-&gt;weekday_abbrev[__('Monday')]    = /* translators: three-letter abbreviation of the weekday */ __('Mon');
</span><span class="cx">                 $this-&gt;weekday_abbrev[__('Tuesday')]   = /* translators: three-letter abbreviation of the weekday */ __('Tue');
</span></span></pre></div>
<a id="trunkwpincludesmetaphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/meta.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/meta.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-includes/meta.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -2,8 +2,8 @@
</span><span class="cx"> /**
</span><span class="cx">  * Metadata API
</span><span class="cx">  *
</span><del>- * Functions for retrieving and manipulating metadata of various WordPress object types.  Metadata 
- * for an object is a represented by a simple key-value pair.  Objects may contain multiple 
</del><ins>+ * Functions for retrieving and manipulating metadata of various WordPress object types.  Metadata
+ * for an object is a represented by a simple key-value pair.  Objects may contain multiple
</ins><span class="cx">  * metadata entries that share the same key and differ only in their value.
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="lines">@@ -23,8 +23,8 @@
</span><span class="cx">  * @param int $object_id ID of the object metadata is for
</span><span class="cx">  * @param string $meta_key Metadata key
</span><span class="cx">  * @param string $meta_value Metadata value
</span><del>- * @param bool $unique Optional, default is false.  Whether the specified metadata key should be 
- *                 unique for the object.  If true, and the object already has a value for the specified 
</del><ins>+ * @param bool $unique Optional, default is false.  Whether the specified metadata key should be
+ *                 unique for the object.  If true, and the object already has a value for the specified
</ins><span class="cx">  *                 metadata key, no change will be made
</span><span class="cx">  * @return bool True on successful update, false on failure.
</span><span class="cx">  */
</span><span class="lines">@@ -63,21 +63,21 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * Update metadata for the specified object.  If no value already exists for the specified object 
</del><ins>+ * Update metadata for the specified object.  If no value already exists for the specified object
</ins><span class="cx">  * ID and metadata key, the metadata will be added.
</span><span class="cx">  *
</span><span class="cx">  * @since 2.9.0
</span><span class="cx">  * @uses $wpdb WordPress database object for queries.
</span><del>- * @uses do_action() Calls 'update_{$meta_type}_meta' before updating metadata with meta_id of 
</del><ins>+ * @uses do_action() Calls 'update_{$meta_type}_meta' before updating metadata with meta_id of
</ins><span class="cx">  *                 metadata entry to update, object ID, meta key, and meta value
</span><del>- * @uses do_action() Calls 'updated_{$meta_type}_meta' after updating metadata with meta_id of 
</del><ins>+ * @uses do_action() Calls 'updated_{$meta_type}_meta' after updating metadata with meta_id of
</ins><span class="cx">  *                 updated metadata entry, object ID, meta key, and meta value
</span><span class="cx">  *
</span><span class="cx">  * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
</span><span class="cx">  * @param int $object_id ID of the object metadata is for
</span><span class="cx">  * @param string $meta_key Metadata key
</span><span class="cx">  * @param string $meta_value Metadata value
</span><del>- * @param string $prev_value Optional.  If specified, only update existing metadata entries with 
</del><ins>+ * @param string $prev_value Optional.  If specified, only update existing metadata entries with
</ins><span class="cx">  *                 the specified value.  Otherwise, update all entries.
</span><span class="cx">  * @return bool True on successful update, false on failure.
</span><span class="cx">  */
</span><span class="lines">@@ -124,16 +124,16 @@
</span><span class="cx">  *
</span><span class="cx">  * @since 2.9.0
</span><span class="cx">  * @uses $wpdb WordPress database object for queries.
</span><del>- * @uses do_action() Calls 'deleted_{$meta_type}_meta' after deleting with meta_id of 
</del><ins>+ * @uses do_action() Calls 'deleted_{$meta_type}_meta' after deleting with meta_id of
</ins><span class="cx">  *                 deleted metadata entries, object ID, meta key, and meta value
</span><span class="cx">  *
</span><span class="cx">  * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
</span><span class="cx">  * @param int $object_id ID of the object metadata is for
</span><span class="cx">  * @param string $meta_key Metadata key
</span><del>- * @param string $meta_value Optional. Metadata value.  If specified, only delete metadata entries 
</del><ins>+ * @param string $meta_value Optional. Metadata value.  If specified, only delete metadata entries
</ins><span class="cx">  *                 with this value.  Otherwise, delete all entries with the specified meta_key.
</span><del>- * @param bool $delete_all Optional, default is false.  If true, delete matching metadata entries 
- *                 for all objects, ignoring the specified object_id.  Otherwise, only delete matching 
</del><ins>+ * @param bool $delete_all Optional, default is false.  If true, delete matching metadata entries
+ *                 for all objects, ignoring the specified object_id.  Otherwise, only delete matching
</ins><span class="cx">  *                 metadata entries for the specified object_id.
</span><span class="cx">  * @return bool True on successful delete, false on failure.
</span><span class="cx">  */
</span><span class="lines">@@ -185,9 +185,9 @@
</span><span class="cx">  *
</span><span class="cx">  * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
</span><span class="cx">  * @param int $object_id ID of the object metadata is for
</span><del>- * @param string $meta_key Optional.  Metadata key.  If not specified, retrieve all metadata for 
</del><ins>+ * @param string $meta_key Optional.  Metadata key.  If not specified, retrieve all metadata for
</ins><span class="cx">  *                 the specified object.
</span><del>- * @param bool $single Optional, default is false.  If true, return only the first value of the 
</del><ins>+ * @param bool $single Optional, default is false.  If true, return only the first value of the
</ins><span class="cx">  *                 specified meta_key.  This parameter has no effect if meta_key is not specified.
</span><span class="cx">  * @return string|array Single metadata value, or array of values
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkwploginphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-login.php (12858 => 12859)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-login.php        2010-01-26 22:46:09 UTC (rev 12858)
+++ trunk/wp-login.php        2010-01-26 22:49:05 UTC (rev 12859)
</span><span class="lines">@@ -614,7 +614,7 @@
</span><span class="cx"> &lt;?php if ( $user_login || $interim_login ) { ?&gt;
</span><span class="cx"> d = document.getElementById('user_pass');
</span><span class="cx"> &lt;?php } else { ?&gt;
</span><del>-d = document.getElementById('user_login');        
</del><ins>+d = document.getElementById('user_login');
</ins><span class="cx"> &lt;?php } ?&gt;
</span><span class="cx"> d.value = '';
</span><span class="cx"> d.focus();
</span></span></pre>
</div>
</div>

</body>
</html>