Make WordPress Core

Changeset 19412


Ignore:
Timestamp:
11/22/2011 10:14:48 PM (13 years ago)
Author:
duck_
Message:

Texturized apostrophes. See #18742.

File:
1 edited

Legend:

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

    r19409 r19412  
    4444        <div class="left-feature">
    4545            <h4><?php _e( 'File Type Detection' ); ?></h4>
    46             <p><?php _e( 'We&#039;ve streamlined things! Instead of needing to click on a specific upload icon based on your file type, now there&#039;s just one. Once your file is uploaded, the appropriate fields will be displayed for entering information based on the file type.' ); ?></p>
     46            <p><?php _e( 'We&#8217;ve streamlined things! Instead of needing to click on a specific upload icon based on your file type, now there&#8217;s just one. Once your file is uploaded, the appropriate fields will be displayed for entering information based on the file type.' ); ?></p>
    4747
    4848            <h4><?php _e( 'Drag-and-Drop Media Uploader' ); ?></h4>
     
    5050
    5151            <h4><?php _e( 'More File Formats' ); ?></h4>
    52             <p><?php _e( 'We&#039;ve added the rar and 7z file formats to the list of allowed file types in the uploader.' ); ?></p>
     52            <p><?php _e( 'We&#8217;ve added the rar and 7z file formats to the list of allowed file types in the uploader.' ); ?></p>
    5353        </div>
    5454    </div>
     
    7373        <div class="left-feature">
    7474            <h4><?php _e( 'Header + Admin Bar = Toolbar' ); ?></h4>
    75             <p><?php _e( 'To save space and increase efficiency, we&#039;ve combined the admin bar and the old Dashboard header into one persistent toolbar. Hovering over the toolbar items will reveal submenus when available for quick access. ' ); ?></p>
     75            <p><?php _e( 'To save space and increase efficiency, we&#8217;ve combined the admin bar and the old Dashboard header into one persistent toolbar. Hovering over the toolbar items will reveal submenus when available for quick access. ' ); ?></p>
    7676        </div>
    7777        <img src="images/screenshots/help-screen.png" />
     
    9393        <div class="left-feature">
    9494            <h4><?php _e( 'New Feature Pointers' ); ?></h4>
    95             <p><?php _e( 'When we add new features, move navigation, or do anything else with the dashboard that might throw you for a loop when you update your WordPress site, we&#039;ll let you know about it with new feature pointers explaining the change.' ); ?></p>
     95            <p><?php _e( 'When we add new features, move navigation, or do anything else with the dashboard that might throw you for a loop when you update your WordPress site, we&#8217;ll let you know about it with new feature pointers explaining the change.' ); ?></p>
    9696
    9797            <h4><?php _e( 'Post-update Changelog' ); ?></h4>
    98             <p><?php _e( 'This screen! From now on when you update WordPress, you&#039;ll be brought to this screen &mdash; also accessible any time from the W logo in the corner of the toolbar &mdash; to get an overview of what&#039;s changed.' ); ?></p>
     98            <p><?php _e( 'This screen! From now on when you update WordPress, you&#8217;ll be brought to this screen &mdash; also accessible any time from the W logo in the corner of the toolbar &mdash; to get an overview of what&#8217;s changed.' ); ?></p>
    9999
    100100            <h4><?php _e( 'Dashboard Welcome' ); ?></h4>           
     
    112112            <h4><?php _e( 'Better Co-Editing' ); ?></h4>
    113113            <img src="images/screenshots/coediting.png" />
    114             <p><?php _e( 'Have you ever gone to edit a post after someone else has finished with it, only to get an alert that tells you the other person is still editing the post? From now on, you&#039;ll only get that alert if another person is still on the editing screen &mdash; no more time lag.' ); ?></p>
     114            <p><?php _e( 'Have you ever gone to edit a post after someone else has finished with it, only to get an alert that tells you the other person is still editing the post? From now on, you&#8217;ll only get that alert if another person is still on the editing screen &mdash; no more time lag.' ); ?></p>
    115115        </div>
    116116        <div>
     
    120120        <div class="last-feature">
    121121            <h4><?php _e( 'Widget Improvements' ); ?></h4>
    122             <p><?php _e( 'Changing themes often requires widget re-configuration based on the number and position of sidebars. Now if you change back to a previous theme within a week, the widgets will automatically go back to how you had them arranged in that theme. <em>Note: if you&#039;ve added new widgets since the switch, you&#039;ll need to rescue them from the Inactive Widgets area.</em>' ); ?></p>
     122            <p><?php _e( 'Changing themes often requires widget re-configuration based on the number and position of sidebars. Now if you change back to a previous theme within a week, the widgets will automatically go back to how you had them arranged in that theme. <em>Note: if you&#8217;ve added new widgets since the switch, you&#8217;ll need to rescue them from the Inactive Widgets area.</em>' ); ?></p>
    123123        </div>
    124124    </div>
Note: See TracChangeset for help on using the changeset viewer.