Changeset 24913 for trunk/wp-admin/credits.php
- Timestamp:
- 07/31/2013 06:04:41 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/credits.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/credits.php
r22903 r24913 53 53 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 54 54 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> 56 56 57 57 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.