Fix entities on about page. see #27713.
Built from https://develop.svn.wordpress.org/trunk@28136 git-svn-id: http://core.svn.wordpress.org/trunk@27967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
28760a7d53
commit
03d953d963
|
@ -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