<!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>[15199] trunk: Valid HTML for wp-signup.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15199">15199</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-06-10 20:44:54 +0000 (Thu, 10 Jun 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Valid HTML for wp-signup. fixes <a href="http://trac.wordpress.org/ticket/13369">#13369</a>, props ocean90, snumb130.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminincludestemplatephp">trunk/wp-admin/includes/template.php</a></li>
<li><a href="#trunkwpsignupphp">trunk/wp-signup.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminincludestemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/template.php (15198 => 15199)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/template.php        2010-06-10 20:21:20 UTC (rev 15198)
+++ trunk/wp-admin/includes/template.php        2010-06-10 20:44:54 UTC (rev 15199)
</span><span class="lines">@@ -3748,23 +3748,23 @@
</span><span class="cx">                         $per_page_label = $post_type_object-&gt;labels-&gt;name;
</span><span class="cx">                         break;
</span><span class="cx">                 case 'ms-sites':
</span><del>-                        $per_page_label = __('Sites');
</del><ins>+                        $per_page_label = _x( 'Sites', 'sites per page (screen options)' );
</ins><span class="cx">                         break;
</span><span class="cx">                 case 'ms-users':
</span><del>-                        $per_page_label = __('Users');
</del><ins>+                        $per_page_label = _x( 'Users', 'users per page (screen options)' );
</ins><span class="cx">                         break;
</span><span class="cx">                 case 'edit-comments':
</span><del>-                        $per_page_label = __('Comments');
</del><ins>+                        $per_page_label = _x( 'Comments', 'comments per page (screen options)' );
</ins><span class="cx">                         break;
</span><span class="cx">                 case 'upload':
</span><del>-                        $per_page_label = __('Media items');
</del><ins>+                        $per_page_label = _x( 'Media items', 'items per page (screen options)' );
</ins><span class="cx">                         break;
</span><span class="cx">                 case 'edit-tags':
</span><span class="cx">                         global $tax;
</span><span class="cx">                         $per_page_label = $tax-&gt;labels-&gt;name;
</span><span class="cx">                         break;
</span><span class="cx">                 case 'plugins':
</span><del>-                        $per_page_label = __('Plugins');
</del><ins>+                        $per_page_label = _x( 'Plugins', 'plugins per page (screen options)' );
</ins><span class="cx">                         break;
</span><span class="cx">                 default:
</span><span class="cx">                         return '';
</span></span></pre></div>
<a id="trunkwpsignupphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-signup.php (15198 => 15199)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-signup.php        2010-06-10 20:21:20 UTC (rev 15198)
+++ trunk/wp-signup.php        2010-06-10 20:44:54 UTC (rev 15199)
</span><span class="lines">@@ -95,14 +95,14 @@
</span><span class="cx">         &lt;?php if ( $errmsg = $errors-&gt;get_error_message('blog_title') ) { ?&gt;
</span><span class="cx">                 &lt;p class=&quot;error&quot;&gt;&lt;?php echo $errmsg ?&gt;&lt;/p&gt;
</span><span class="cx">         &lt;?php }
</span><del>-        echo '&lt;input name=&quot;blog_title&quot; type=&quot;text&quot; id=&quot;blog_title&quot; value=&quot;'.esc_attr($blog_title).'&quot; /&gt;&lt;/p&gt;';
</del><ins>+        echo '&lt;input name=&quot;blog_title&quot; type=&quot;text&quot; id=&quot;blog_title&quot; value=&quot;'.esc_attr($blog_title).'&quot; /&gt;';
</ins><span class="cx">         ?&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;div id=&quot;privacy&quot;&gt;
</span><span class="cx">         &lt;p class=&quot;privacy-intro&quot;&gt;
</span><span class="cx">             &lt;label for=&quot;blog_public_on&quot;&gt;&lt;?php _e('Privacy:') ?&gt;&lt;/label&gt;
</span><span class="cx">             &lt;?php _e('Allow my site to appear in search engines like Google, Technorati, and in public listings around this network.'); ?&gt;
</span><del>-            &lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
</del><ins>+            &lt;br style=&quot;clear:both&quot; /&gt;
</ins><span class="cx">             &lt;label class=&quot;checkbox&quot; for=&quot;blog_public_on&quot;&gt;
</span><span class="cx">                 &lt;input type=&quot;radio&quot; id=&quot;blog_public_on&quot; name=&quot;blog_public&quot; value=&quot;1&quot; &lt;?php if ( !isset( $_POST['blog_public'] ) || $_POST['blog_public'] == '1' ) { ?&gt;checked=&quot;checked&quot;&lt;?php } ?&gt; /&gt;
</span><span class="cx">                 &lt;strong&gt;&lt;?php _e( 'Yes' ); ?&gt;&lt;/strong&gt;
</span><span class="lines">@@ -176,15 +176,14 @@
</span><span class="cx">         &lt;?php
</span><span class="cx">         $blogs = get_blogs_of_user($current_user-&gt;ID);
</span><span class="cx">         if ( !empty($blogs) ) { ?&gt;
</span><del>-                &lt;p&gt;
-                        &lt;?php _e( 'Sites you are already a member of:' ) ?&gt;
</del><ins>+                
+                        &lt;p&gt;&lt;?php _e( 'Sites you are already a member of:' ) ?&gt;&lt;/p&gt;
</ins><span class="cx">                         &lt;ul&gt;
</span><span class="cx">                                 &lt;?php foreach ( $blogs as $blog ) {
</span><span class="cx">                                         $home_url = get_home_url( $blog-&gt;userblog_id );
</span><span class="cx">                                         echo '&lt;li&gt;&lt;a href=&quot;' . esc_url( $home_url ) . '&quot;&gt;' . $home_url . '&lt;/a&gt;&lt;/li&gt;';
</span><span class="cx">                                 } ?&gt;
</span><span class="cx">                         &lt;/ul&gt;
</span><del>-                &lt;/p&gt;
</del><span class="cx">         &lt;?php } ?&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;p&gt;&lt;?php _e( 'If you&amp;#8217;re not going to use a great site domain, leave it for a new user. Now have at it!' ) ?&gt;&lt;/p&gt;
</span></span></pre>
</div>
</div>

</body>
</html>