Make WordPress Core

Changeset 19151


Ignore:
Timestamp:
11/04/2011 01:57:45 PM (14 years ago)
Author:
nacin
Message:

Remove i18n until text settles. see #18795.

File:
1 edited

Legend:

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

    r19144 r19151  
    3939    <div class="feature-section angled-left">
    4040        <div class="left-feature">
    41             <h4><?php _e( 'Drag-and-Drop Media Uploader' ); ?></h4>
    42             <p><?php _e( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?></p>
     41            <h4><?php echo ( 'Drag-and-Drop Media Uploader' ); ?></h4>
     42            <p><?php echo ( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?></p>
    4343        </div>
    4444        <img class="placeholder" />
    4545        <div class="right-feature">
    46             <h4><?php _e( 'A Responsive Admin' ); ?></h4>
    47             <p><?php _e( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?></p>
     46            <h4><?php echo ( 'A Responsive Admin' ); ?></h4>
     47            <p><?php echo ( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?></p>
    4848        </div>
    4949    </div>
    5050    <div class="feature-section angled-right">
    5151        <div class="left-feature">
    52             <h4><?php _e( 'New-user Experience' ); ?></h4>
    53             <p><?php _e( 'New users get a helping hand. Updates come with this handy summary of what&#8217;s new in this version of WordPress.' ); ?></p>
     52            <h4><?php echo ( 'New-user Experience' ); ?></h4>
     53            <p><?php echo ( 'New users get a helping hand. Updates come with this handy summary of what&#8217;s new in this version of WordPress.' ); ?></p>
    5454        </div>
    5555        <img class="placeholder" />
    5656        <div class="right-feature">
    57             <h4><?php _e( 'A New and Improved Admin Bar' ); ?></h4>
    58             <p><?php _e( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p>
     57            <h4><?php echo ( 'A New and Improved Admin Bar' ); ?></h4>
     58            <p><?php echo ( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p>
    5959        </div>
    6060    </div>
     
    6666    <div class="feature-section">
    6767        <div class="left-feature">
    68             <h4><?php _e( 'Performance Enhancements' ); ?></h4>
    69             <p><?php _e( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?></p>
     68            <h4><?php echo ( 'Performance Enhancements' ); ?></h4>
     69            <p><?php echo ( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?></p>
    7070        </div>
    7171        <div class="right-feature">
    72             <h4><?php _e( 'API: Settings Improvements' ); ?></h4>
    73             <p><?php _e( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?></p>
     72            <h4><?php echo ( 'API: Settings Improvements' ); ?></h4>
     73            <p><?php echo ( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?></p>
    7474        </div>
    7575    </div>
    7676    <div class="feature-section">
    7777        <div class="left-feature">
    78             <h4><?php _e( 'More Efficient Updates and Upgrades' ); ?></h4>
    79             <p><?php _e( 'New users get a helping hand. Updates come with this handy summary of what&#8217;s new in this version of WordPress.' ); ?></p>
     78            <h4><?php echo ( 'More Efficient Updates and Upgrades' ); ?></h4>
     79            <p><?php echo ( 'New users get a helping hand. Updates come with this handy summary of what&#8217;s new in this version of WordPress.' ); ?></p>
    8080        </div>
    8181        <div class="right-feature">
    82             <h4><?php _e( 'API: Meta Improvements' ); ?></h4>
    83             <p><?php _e( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p>
     82            <h4><?php echo ( 'API: Meta Improvements' ); ?></h4>
     83            <p><?php echo ( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p>
    8484        </div>
    8585    </div>
Note: See TracChangeset for help on using the changeset viewer.