Make WordPress Core

Changeset 12255


Ignore:
Timestamp:
11/22/2009 10:34:37 AM (15 years ago)
Author:
westi
Message:

Update the test case for #11008 - original pre paragraphed text was relying on autop to insert <br /> for the line breaks so make it explicit in the expected result.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r12252 r12255  
    165165                                'post_content' => sprintf(__('
    166166Welcome 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.
     167
    167168First things first:
    168169<ul>
     
    172173When a new version is released, <a href="%2$s" title="If you are already logged in, this will take you directly to the Dashboard">log in to the Dashboard</a> and follow the instructions.
    173174Upgrading is a couple of clicks!
     175
    174176Then you can start enjoying the WordPress experience:
    175177<ul>
     
    183185</ul>
    184186To keep this post for reference, <a href="%11$s" title="Click to edit the content and settings of this post">click to edit it</a>, go to the Publish box and change its Visibility from Public to Private.
     187
    185188Thank you for selecting WordPress.  We wish you happy publishing!
     189
    186190PS.  Not yet subscribed for update notifications?  <a href="%1$s" title="Subscribe to the WordPress mailing list for Release Notifications">Do it now!</a>
    187191'), _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'),
Note: See TracChangeset for help on using the changeset viewer.