Make WordPress Core


Ignore:
Timestamp:
07/31/2013 06:05:34 AM (12 years ago)
Author:
nacin
Message:

Copy about.php string to freedoms and credits. Update CSS for 3.6 credits. see #24832.

Merges [24913] to the 3.6 branch.

Location:
branches/3.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6

  • branches/3.6/wp-admin/credits.php

    r22903 r24914  
    5353<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    5454
    55 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s is more polished and enjoyable than ever before. We hope you like it.' ), $display_version ); ?></div>
     55<div class="about-text"><?php printf( __( 'Thank you for updating to the latest version. WordPress %s makes your writing experience even better.' ), $display_version ); ?></div>
    5656
    5757<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.