Changeset 24914 for branches/3.6
- Timestamp:
- 07/31/2013 06:05:34 AM (12 years ago)
- Location:
- branches/3.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-admin/credits.php
r22903 r24914 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> -
branches/3.6/wp-admin/css/wp-admin.css
r24907 r24914 5971 5971 .about-wrap ul.wp-people-group { 5972 5972 overflow: hidden; 5973 padding: 5px;5973 padding: 0 5px; 5974 5974 margin: 0 -15px 0 -5px; 5975 5975 } -
branches/3.6/wp-admin/freedoms.php
r24320 r24914 20 20 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 21 21 22 <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>22 <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> 23 23 24 24 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.