<!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>[14161] trunk/wp-activate.php: Take out opening and closing &lt;p&gt;
  tags from translation strings.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/14161">14161</a></dd>
<dt>Author</dt> <dd>nbachiyski</dd>
<dt>Date</dt> <dd>2010-04-19 12:01:32 +0000 (Mon, 19 Apr 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Take out opening and closing &lt;p&gt; tags from translation strings. Focus on the key input on page load.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpactivatephp">trunk/wp-activate.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpactivatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-activate.php (14160 => 14161)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-activate.php        2010-04-19 10:50:03 UTC (rev 14160)
+++ trunk/wp-activate.php        2010-04-19 12:01:32 UTC (rev 14161)
</span><span class="lines">@@ -63,11 +63,13 @@
</span><span class="cx">                                 ?&gt;
</span><span class="cx">                                 &lt;h2&gt;&lt;?php _e('Your account is now active!'); ?&gt;&lt;/h2&gt;
</span><span class="cx">                                 &lt;?php
</span><del>-                            if ( $signup-&gt;domain . $signup-&gt;path == '' ) {
-                                    printf(__('&lt;p class=&quot;lead-in&quot;&gt;Your account has been activated. You may now &lt;a href=&quot;%1$s&quot;&gt;login&lt;/a&gt; to the site using your chosen username of &amp;#8220;%2$s&amp;#8221;.  Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can &lt;a href=&quot;%4$s&quot;&gt;reset your password&lt;/a&gt;.&lt;/p&gt;'), network_site_url('wp-login.php', 'login'), $signup-&gt;user_login, $signup-&gt;user_email, network_site_url('wp-login.php?action=lostpassword', 'login'));
-                            } else {
-                                    printf(__('&lt;p class=&quot;lead-in&quot;&gt;Your site at &lt;a href=&quot;%1$s&quot;&gt;%2$s&lt;/a&gt; is active. You may now log in to your site using your chosen username of &amp;#8220;%3$s&amp;#8221;.  Please check your email inbox at %4$s for your password and login instructions.  If you do not receive an email, please check your junk or spam folder.  If you still do not receive an email within an hour, you can &lt;a href=&quot;%5$s&quot;&gt;reset your password&lt;/a&gt;.&lt;/p&gt;'), 'http://' . $signup-&gt;domain, $signup-&gt;domain, $signup-&gt;user_login, $signup-&gt;user_email, network_site_url('wp-login.php?action=lostpassword'));
-                            }
</del><ins>+                                echo '&lt;p class=&quot;lead-in&quot;&gt;';
+                                if ( $signup-&gt;domain . $signup-&gt;path == '' ) {
+                                        printf( __('Your account has been activated. You may now &lt;a href=&quot;%1$s&quot;&gt;login&lt;/a&gt; to the site using your chosen username of &amp;#8220;%2$s&amp;#8221;.  Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can &lt;a href=&quot;%4$s&quot;&gt;reset your password&lt;/a&gt;.'), network_site_url( 'wp-login.php', 'login' ), $signup-&gt;user_login, $signup-&gt;user_email, network_site_url( 'wp-login.php?action=lostpassword', 'login' ) );
+                                } else {
+                                        printf( __('Your site at &lt;a href=&quot;%1$s&quot;&gt;%2$s&lt;/a&gt; is active. You may now log in to your site using your chosen username of &amp;#8220;%3$s&amp;#8221;.  Please check your email inbox at %4$s for your password and login instructions.  If you do not receive an email, please check your junk or spam folder.  If you still do not receive an email within an hour, you can &lt;a href=&quot;%5$s&quot;&gt;reset your password&lt;/a&gt;.'), 'http://' . $signup-&gt;domain, $signup-&gt;domain, $signup-&gt;user_login, $signup-&gt;user_email, network_site_url( 'wp-login.php?action=lostpassword' ) );
+                                }
+                                echo '&lt;/p&gt;';
</ins><span class="cx">                         } else {
</span><span class="cx">                                 ?&gt;
</span><span class="cx">                                 &lt;h2&gt;&lt;?php _e('An error occurred during the activation'); ?&gt;&lt;/h2&gt;
</span><span class="lines">@@ -87,13 +89,16 @@
</span><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php if ( $url != network_home_url('', 'http') ) : ?&gt;
</span><del>-                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf(__('Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;View your site&lt;/a&gt; or &lt;a href=&quot;%2$s&quot;&gt;Login&lt;/a&gt;'), $url, $url . 'wp-login.php' ); ?&gt;&lt;/p&gt;
</del><ins>+                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf( __('Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;View your site&lt;/a&gt; or &lt;a href=&quot;%2$s&quot;&gt;Login&lt;/a&gt;'), $url, $url . 'wp-login.php' ); ?&gt;&lt;/p&gt;
</ins><span class="cx">                         &lt;?php else: ?&gt;
</span><del>-                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf( __( 'Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;Login&lt;/a&gt; or go back to the &lt;a href=&quot;%2$s&quot;&gt;homepage&lt;/a&gt;.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?&gt;&lt;/p&gt;
</del><ins>+                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf( __('Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;Login&lt;/a&gt; or go back to the &lt;a href=&quot;%2$s&quot;&gt;homepage&lt;/a&gt;.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?&gt;&lt;/p&gt;
</ins><span class="cx">                         &lt;?php endif;
</span><span class="cx">                 }
</span><span class="cx">         }
</span><span class="cx">         ?&gt;
</span><span class="cx"> &lt;/div&gt;
</span><del>-
-&lt;?php get_footer(); ?&gt;
</del><ins>+&lt;script type=&quot;text/javascript&quot;&gt;
+        var key_input = document.getElementById('key');
+        key_input &amp;&amp; key_input.focus();
+&lt;/script&gt;
+&lt;?php get_footer(); ?&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>