<!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>[12252] trunk/wp-admin/includes/upgrade.php:
  Let autop handle the first post.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/12252">12252</a></dd>
<dt>Author</dt> <dd>westi</dd>
<dt>Date</dt> <dd>2009-11-21 09:43:45 +0000 (Sat, 21 Nov 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Let autop handle the first post. See <a href="http://trac.wordpress.org/ticket/11008">#11008</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminincludesupgradephp">trunk/wp-admin/includes/upgrade.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminincludesupgradephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/upgrade.php (12251 => 12252)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/upgrade.php        2009-11-21 09:28:32 UTC (rev 12251)
+++ trunk/wp-admin/includes/upgrade.php        2009-11-21 09:43:45 UTC (rev 12252)
</span><span class="lines">@@ -163,15 +163,15 @@
</span><span class="cx">                                                                 'post_date' =&gt; $now,
</span><span class="cx">                                                                 'post_date_gmt' =&gt; $now_gmt,
</span><span class="cx">                                                                 'post_content' =&gt; sprintf(__('
</span><del>-&lt;p&gt;Welcome to WordPress!  This post contains important information.  After you read it, you can make it private to hide it from visitors but still have the information handy for future reference.&lt;/p&gt;
-&lt;p&gt;First things first:&lt;/p&gt;
</del><ins>+Welcome to WordPress!  This post contains important information.  After you read it, you can make it private to hide it from visitors but still have the information handy for future reference.
+First things first:
</ins><span class="cx"> &lt;ul&gt;
</span><span class="cx"> &lt;li&gt;&lt;a href=&quot;%1$s&quot; title=&quot;Subscribe to the WordPress mailing list for Release Notifications&quot;&gt;Subscribe to the WordPress mailing list for release notifications&lt;/a&gt;&lt;/li&gt;
</span><span class="cx"> &lt;/ul&gt;
</span><del>-&lt;p&gt;As a subscriber, you will receive an email every time an update is available (and only then).  This will make it easier to keep your site up to date, and secure from evildoers.
</del><ins>+As a subscriber, you will receive an email every time an update is available (and only then).  This will make it easier to keep your site up to date, and secure from evildoers.
</ins><span class="cx"> When a new version is released, &lt;a href=&quot;%2$s&quot; title=&quot;If you are already logged in, this will take you directly to the Dashboard&quot;&gt;log in to the Dashboard&lt;/a&gt; and follow the instructions.
</span><del>-Upgrading is a couple of clicks!&lt;/p&gt;
-&lt;p&gt;Then you can start enjoying the WordPress experience:&lt;/p&gt;
</del><ins>+Upgrading is a couple of clicks!
+Then you can start enjoying the WordPress experience:
</ins><span class="cx"> &lt;ul&gt;
</span><span class="cx"> &lt;li&gt;Edit your personal information at &lt;a href=&quot;%3$s&quot; title=&quot;Edit settings like your password, your display name and your contact information&quot;&gt;Users &amp;#8250; Your Profile&lt;/a&gt;&lt;/li&gt;
</span><span class="cx"> &lt;li&gt;Start publishing at &lt;a href=&quot;%4$s&quot; title=&quot;Create a new post&quot;&gt;Posts &amp;#8250; Add New&lt;/a&gt; and at &lt;a href=&quot;%5$s&quot; title=&quot;Create a new page&quot;&gt;Pages &amp;#8250; Add New&lt;/a&gt;&lt;/li&gt;
</span><span class="lines">@@ -181,9 +181,9 @@
</span><span class="cx"> &lt;li&gt;Import content from another system or WordPress site at &lt;a href=&quot;%9$s&quot; title=&quot;WordPress comes with importers for the most common publishing systems&quot;&gt;Tools &amp;#8250; Import&lt;/a&gt;&lt;/li&gt;
</span><span class="cx"> &lt;li&gt;Find answers to your questions at the &lt;a href=&quot;%10$s&quot; title=&quot;The official WordPress documentation, maintained by the WordPress community&quot;&gt;WordPress Codex&lt;/a&gt;&lt;/li&gt;
</span><span class="cx"> &lt;/ul&gt;
</span><del>-&lt;p&gt;To keep this post for reference, &lt;a href=&quot;%11$s&quot; title=&quot;Click to edit the content and settings of this post&quot;&gt;click to edit it&lt;/a&gt;, go to the Publish box and change its Visibility from Public to Private.&lt;/p&gt;
-&lt;p&gt;Thank you for selecting WordPress.  We wish you happy publishing!&lt;/p&gt;
-&lt;p&gt;PS.  Not yet subscribed for update notifications?  &lt;a href=&quot;%1$s&quot; title=&quot;Subscribe to the WordPress mailing list for Release Notifications&quot;&gt;Do it now!&lt;/a&gt;&lt;/p&gt;
</del><ins>+To keep this post for reference, &lt;a href=&quot;%11$s&quot; title=&quot;Click to edit the content and settings of this post&quot;&gt;click to edit it&lt;/a&gt;, go to the Publish box and change its Visibility from Public to Private.
+Thank you for selecting WordPress.  We wish you happy publishing!
+PS.  Not yet subscribed for update notifications?  &lt;a href=&quot;%1$s&quot; title=&quot;Subscribe to the WordPress mailing list for Release Notifications&quot;&gt;Do it now!&lt;/a&gt;
</ins><span class="cx"> '), _c('http://wordpress.org/download/','url for release notification mailing list subscription.'), admin_url(''), admin_url('profile.php'), admin_url('post-new.php'), admin_url('page-new.php'),
</span><span class="cx"> admin_url('plugin-install.php'), admin_url('theme-install.php'), admin_url('options-permalink.php'), admin_url('import.php'), _c('http://codex.wordpress.org','url for codex documentation.'), admin_url('post.php?action=edit&amp;post=1')),
</span><span class="cx">                                                                 'post_excerpt' =&gt; '',
</span></span></pre>
</div>
</div>

</body>
</html>