Make WordPress Core


Ignore:
Timestamp:
04/15/2014 09:21:55 AM (11 years ago)
Author:
nacin
Message:

Fix entities on about page. see #27713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r28133 r28136  
    2020<h1><?php printf( __( 'Welcome to WordPress&nbsp;%s' ), $display_version ); ?></h1>
    2121
    22 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s has lots of refinements we think you&#8127;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&#8217;ll love.' ), $display_version ); ?></div>
    2323
    2424<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
     
    4949            <img src="//wordpress.org/images/core/3.9/image.jpg?0" />
    5050            <h4><?php _e( 'Edit images easily' ); ?></h4>
    51             <p><?php _e( 'With quicker access to crop and rotation tools, it&#8127;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&#8217;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>
    5252        </div>
    5353        <div class="col-3 last-feature">
Note: See TracChangeset for help on using the changeset viewer.