Changeset 30821 for trunk/src/wp-admin/credits.php
- Timestamp:
- 12/11/2014 10:15:14 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/credits.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r29700 r30821 83 83 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 84 84 85 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s brings you a smoother writing and management experience.' ), $display_version ); ?></div>85 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you focus on your writing, and the new default theme lets you show it off in style.' ), $display_version ); ?></div> 86 86 87 87 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.