Changeset 19151
- Timestamp:
- 11/04/2011 01:57:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19144 r19151 39 39 <div class="feature-section angled-left"> 40 40 <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> 43 43 </div> 44 44 <img class="placeholder" /> 45 45 <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> 48 48 </div> 49 49 </div> 50 50 <div class="feature-section angled-right"> 51 51 <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’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’s new in this version of WordPress.' ); ?></p> 54 54 </div> 55 55 <img class="placeholder" /> 56 56 <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> 59 59 </div> 60 60 </div> … … 66 66 <div class="feature-section"> 67 67 <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> 70 70 </div> 71 71 <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> 74 74 </div> 75 75 </div> 76 76 <div class="feature-section"> 77 77 <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’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’s new in this version of WordPress.' ); ?></p> 80 80 </div> 81 81 <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> 84 84 </div> 85 85 </div>
Note: See TracChangeset
for help on using the changeset viewer.