Changeset 19495 for trunk/wp-admin/about.php
- Timestamp:
- 11/30/2011 09:19:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/about.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19442 r19495 58 58 <h3><?php _e( 'Dashboard Design' ); ?></h3> 59 59 60 <div class="feature-section angled-left"> 61 <div class="left-feature"> 62 <h4><?php _e( 'Flyout Menus' ); ?></h4> 63 <p><?php _e( 'Speed up navigating the dashboard and reduce repetitive clicking with our new flyout submenus. As you hover over each main menu item in your dashboard navigation, the submenus will magically appear, providing single-click access to any dashboard screen.' ); ?></p> 60 <div class="feature-section text-features"> 61 <h4><?php _e( 'Flyout Menus' ); ?></h4> 62 <p><?php _e( 'Speed up navigating the dashboard and reduce repetitive clicking with our new flyout submenus. As you hover over each main menu item in your dashboard navigation, the submenus will magically appear, providing single-click access to any dashboard screen.' ); ?></p> 63 64 <div> 65 <h4><?php _e( 'Header + Admin Bar = Toolbar' ); ?></h4> 66 <p><?php _e( 'To save space and increase efficiency, we’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> 64 67 </div> 65 <img src="images/screenshots/admin-flyouts.png" /> 66 <div class="right-feature"> 68 </div> 69 70 <div class="feature-section screenshot-features"> 71 <div class="angled-left"> 72 <img src="images/screenshots/admin-flyouts.png" /> 67 73 <h4><?php _e( 'Responsive Design' ); ?></h4> 68 74 <p><?php _e( 'Certain dashboard screens have been updated to look better at various sizes, including improved iPad/tablet support.' ); ?></p> 69 75 </div> 70 </div> 71 72 <div class="feature-section angled-right"> 73 <div class="left-feature"> 74 <h4><?php _e( 'Header + Admin Bar = Toolbar' ); ?></h4> 75 <p><?php _e( 'To save space and increase efficiency, we’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> 76 </div> 77 <img src="images/screenshots/help-screen.png" /> 78 <div class="right-feature"> 76 <div class="angled-right"> 77 <img src="images/screenshots/help-screen.png" /> 79 78 <h4><?php _e( 'Help Tabs' ); ?></h4> 80 79 <p><?php _e( 'The Help tabs located in the upper corner of the dashboard screens below your name have gotten a facelift. Help content is broken into smaller sections for easier access, with links to relevant documentation and the support forums always visible.' ); ?></p> … … 111 110 <div> 112 111 <h4><?php _e( 'Better Co-Editing' ); ?></h4> 113 <img src="images/screenshots/coediting.png" />112 <img src="images/screenshots/coediting.png" class="element-screenshot" /> 114 113 <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’ll only get that alert if another person is still on the editing screen — no more time lag.' ); ?></p> 115 114 </div>
Note: See TracChangeset
for help on using the changeset viewer.