Changeset 33613 for trunk/src/wp-admin/credits.php
- Timestamp:
- 08/13/2015 10:10:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r33032 r33613 81 81 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 82 82 83 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you communicate and share, globally.' ), $display_version ); ?></div>83 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s makes it even easier to format your content and customize your site.' ), $display_version ); ?></div> 84 84 85 85 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.