Changeset 19421
- Timestamp:
- 11/23/2011 07:22:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19412 r19421 18 18 <div class="wrap about-wrap"> 19 19 20 <h1><?php printf( __( 'Welcome to WordPress %s !' ), $display_version ); ?></h1>20 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 21 21 22 <div class="about-text"><?php _e( 'Thank you for updating to the latest version . Using WordPress 3.3 will improve your looks, personality, and web publishing experience. Okay, just the last one, but still:)' ); ?></div>22 <div class="about-text"><?php _e( 'Thank you for updating to the latest version! Using WordPress 3.3 will improve your looks, personality, and web publishing experience. Okay, just the last one, but still. :)' ); ?></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.