Make WordPress Core


Ignore:
Timestamp:
08/28/2014 05:52:16 PM (12 years ago)
Author:
helen
Message:

Sync tagline from about page with credits and freedoms.

props rickalee.
fixes #29409.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/credits.php

    r27469 r29652  
    8383<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    8484
    85 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress&nbsp;yet.' ), $display_version ); ?></div>
     85<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s brings you a smoother writing and management experience.' ), $display_version ); ?></div>
    8686
    8787<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.