Make WordPress Core

Ticket #11008: t11008-hello-world-r004-filosofo-edition.diff

File t11008-hello-world-r004-filosofo-edition.diff, 2.3 KB (added by demetris, 15 years ago)

New Hello World! post for 2.9, revision 4, with thanks to filosofo

  • 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 post contains <strong>important</strong>  information.  After you read it, you can make it private to hide it from visitors but still have the information 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 release notifications</a>.</li>
     170</ul>
     171<p>Release notifications will help you keep your WordPress site secure and up-to-date.  When a new version is released, log in to the Dashboard and follow the instructions. Upgrading only takes a couple of clicks!</p>
     172<p>Then you can start enjoying the WordPress experience:</p>
     173<ul>
     174<li>Start publishing at <em>Posts &#8250; Add New</em> and at <em>Pages &#8250; Add New</em>.</li>
     175<li>Edit your personal information at <em>Users &#8250; Your Profile</em>.</li>
     176<li>Modify and prettify your website&#8217;s links at <em>Settings  &#8250; Permalinks</em>.</li>
     177<li>Browse and install plugins at <em>Plugins &#8250; Add New</em>.</li>
     178<li>Browse and install themes at <em>Appearance &#8250; Add New Themes</em>.</li>
     179<li>Import content from another system or another WordPress site at <em>Tools &#8250; Import</em>.</li>
     180<li>Find answers to your questions at the <a href="http://codex.wordpress.org/" title="The official WordPress documentation, maintained by the WordPress community">WordPress Codex</a>.</li>
     181</ul>
     182<p>Thank you for selecting WordPress.  We wish you happy publishing!</p>
     183<p>P.S.  Not yet subscribed for update notifications?  <a href="http://wordpress.org/download/" title="Subscribe to the WordPress mailing list for Release Notifications">Do it now!</a></p>
     184                                                                '),
    166185                                                                'post_excerpt' => '',
    167186                                                                'post_title' => __('Hello world!'),
    168187                                                                /* translators: Default post slug */