Changeset 19534 for trunk/wp-admin/credits.php
- Timestamp:
- 12/01/2011 11:02:19 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/credits.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/credits.php
r19443 r19534 49 49 <div class="wrap about-wrap"> 50 50 51 <h1><?php printf( __( 'Welcome to WordPress %s !' ), $display_version ); ?></h1>51 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 52 52 53 <div class="about-text"><?php _e( 'WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.'); ?></div>53 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! Using WordPress %s will improve your looks, personality, and web publishing experience. Okay, just the last one, but still. :)' ), $display_version ); ?></div> 54 54 55 55 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.