Changeset 37170 for trunk/src/wp-admin/credits.php
- Timestamp:
- 04/10/2016 02:02:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r36554 r37170 21 21 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 22 22 23 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s makes your site more connected and responsive.' ), $display_version ); ?></div>23 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s streamlines your workflow, whether you’re writing or building your site.' ), $display_version ); ?></div> 24 24 25 25 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> … … 119 119 __( 'Lead Developer' ); 120 120 __( 'Release Lead' ); 121 __( 'Release Design Lead' ); 122 __( 'Release Deputy' ); 121 123 __( 'Core Developer' ); 122 124 __( 'External Libraries' );
Note: See TracChangeset
for help on using the changeset viewer.