Changeset 35798
- Timestamp:
- 12/06/2015 09:54:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-admin/about.php
r35769 r35798 34 34 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 35 35 36 <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>36 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s makes your site more connected and responsive.' ), $display_version ); ?></div> 37 37 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> 38 38
Note: See TracChangeset
for help on using the changeset viewer.