Changeset 28136 for trunk/src/wp-admin/about.php
- Timestamp:
- 04/15/2014 09:21:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r28133 r28136 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! WordPress %s has lots of refinements we think you 127;ll love.' ), $display_version ); ?></div>22 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s has lots of refinements we think you’ll love.' ), $display_version ); ?></div> 23 23 24 24 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> … … 49 49 <img src="//wordpress.org/images/core/3.9/image.jpg?0" /> 50 50 <h4><?php _e( 'Edit images easily' ); ?></h4> 51 <p><?php _e( 'With quicker access to crop and rotation tools, it 127;s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.' ); ?></p>51 <p><?php _e( 'With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.' ); ?></p> 52 52 </div> 53 53 <div class="col-3 last-feature">
Note: See TracChangeset
for help on using the changeset viewer.