Make WordPress Core

Ticket #11008: t11088-hello-world.diff

File t11088-hello-world.diff, 2.1 KB (added by demetris, 14 years ago)

New Hello World! post for 2.9, first draft

  • wp-admin/includes/upgrade.php

     
    162162                                                                'post_author' => $user_id,
    163163                                                                'post_date' => $now,
    164164                                                                'post_date_gmt' => $now_gmt,
    165                                                                 'post_content' => __('Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!'),
     165                                                                'post_content' => __('
     166<p>Welcome to WordPress!  This is the first post of your website, generated automatically, and it contains <em><strong>important</strong> and useful information</em>.  After you read it, you can make it private to hide it from visitors but still have it handy for future reference.</p>
     167<p>First things first:</p>
     168<ul>
     169<li><a href="http://wordpress.org/download/" title="Subscribe to the WordPress mailing list for Release Notifications">Subscribe to the WordPress mailing list for update notifications</a></li>
     170</ul>
     171<p>This will help you keep your WordPress site secure and up-to-date.  Once a new version is out, log into the Dashboard and follow the instructions.  Upgrading is a couple of clicks!</p>
     172<p>Now you can start enjoying the WordPress experience:</p>
     173<ul>
     174<li>In Users &#8250; Your Profile you can edit your personal information</li>
     175<li>In Plugins &#8250; Add New you can browse and install plugins</li>
     176<li>In Appearance &#8250; Add New Themes you can browse and install themes</li>
     177<li>In Settings &#8250; Permalinks you can modify and prettify your  website&#8217;s links</li>
     178<li>In Tools &#8250; Import you can import content from another system or another WordPress site</li>
     179<li>In Posts &#8250; Add New and in Pages &#8250; Add New you can start publishing!</li>
     180</ul>
     181<p>Thank you for selecting WordPress.  Happy publishing!</p>
     182<p>PS.  Not yet subscribed for update notifications?  <a href="http://wordpress.org/download/" title="Subscribe to the WordPress mailing list for Release Notifications"><strong>Do it now!</strong></a></p>
     183                                                                '),
    166184                                                                'post_excerpt' => '',
    167185                                                                'post_title' => __('Hello world!'),
    168186                                                                /* translators: Default post slug */