Fix entities on about page. see #27713.
git-svn-id: https://develop.svn.wordpress.org/trunk@28136 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
31a847bb9c
commit
42747be0b2
|
@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
|
||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||
|
||||
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s has lots of refinements we think you᾿ll love.' ), $display_version ); ?></div>
|
||||
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s has lots of refinements we think you’ll love.' ), $display_version ); ?></div>
|
||||
|
||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||
|
||||
|
@ -48,7 +48,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<div class="col-2">
|
||||
<img src="//wordpress.org/images/core/3.9/image.jpg?0" />
|
||||
<h4><?php _e( 'Edit images easily' ); ?></h4>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
<div class="col-3 last-feature">
|
||||
<img src="//wordpress.org/images/core/3.9/drop.jpg?0" />
|
||||
|
|
Loading…
Reference in New Issue