Make WordPress Core


Ignore:
Timestamp:
12/07/2013 07:36:09 AM (11 years ago)
Author:
nacin
Message:

Sync new about.php "Thank you" line with freedoms and credits.

props rickalee.
fixes #26472.

File:
1 edited

Legend:

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

    r26354 r26774  
    8282<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    8383
    84 <div class="about-text"><?php printf( __( 'Thank you for updating to WordPress 3.7! You might not notice a thing, and we&#8217;re okay with that.' ), $display_version ); ?></div>
     84<div class="about-text"><?php printf( __( 'Thank you for updating to WordPress %s, the most beautiful WordPress&nbsp;yet.' ), $display_version ); ?></div>
    8585
    8686<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.