Changeset 26719 for trunk/src/wp-admin/about.php
- Timestamp:
- 12/06/2013 12:15:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26718 r26719 37 37 38 38 <div class="changelog"> 39 <h2 ><?php _e( 'Introducing a new, modern admin design' ); ?></h2>40 <img src="<?php echo admin_url( 'images/about-overview.png' ); ?>" />39 <h2 class="about-headline-callout"><?php _e( 'Introducing a new, modern admin design' ); ?></h2> 40 <img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" /> 41 41 42 42 <div class="feature-section col three-col about-updates"> … … 59 59 </div> 60 60 61 <hr />61 <hr> 62 62 63 63 <!-- Image example --> … … 70 70 <p><?php _e( 'The WordPress admin is now completely responsive: you can work on your website easily from your smartphone or tablet. The full power of WordPress is at your fingertips, even when you’re on the go.' ); ?></p> 71 71 <h4><?php _e( 'Naturally HiDPI' ); ?></h4> 72 <p><?php _e( 'No more blurry edges —with the inclusion of vector icons and graphics, the admin is now entirely HiDPI, so you get the best viewing experience no matter what kind of computer or mobile device you use.' ); ?></p>72 <p><?php _e( 'No more blurry edges — with the inclusion of vector icons and graphics, the admin is now entirely HiDPI, so you get the best viewing experience no matter what kind of computer or mobile device you use.' ); ?></p> 73 73 </div> 74 <div class="last-feature ">74 <div class="last-feature about-colors-img"> 75 75 <img src="<?php echo admin_url( 'images/about-colors.png' ); ?>" /> 76 76 </div> … … 78 78 </div> 79 79 80 <hr />80 <hr class="flushtopdivider"> 81 81 82 82 <div class="changelog about-colors"> 83 83 <div class="feature-section col one-col"> 84 84 <div> 85 <h3> Now with more color</h3>86 <p><?php _e( 'Your admin is not longer monochromatic — we’ve brought some more color to keep it looking fresh. You now have the option of four different default color schemes.' ); ?></p>85 <h3><?php _e( 'Now with more color' ); ?></h3> 86 <p><?php _e( 'Your admin is not longer monochromatic — we’ve brought some more color to keep it looking fresh. You now have the option of four different default color schemes.' ); ?></p> 87 87 <p><?php _e( 'Try them out below:' ); ?></p> 88 88 <img src="https://i.cloudup.com/NBlGusRk0H.png" style="border: 2px solid red; max-width: 99%; margin: 0;" /> … … 92 92 </div> 93 93 94 <hr />94 <hr> 95 95 96 96 <div class="changelog"> … … 106 106 <p><?php _e( 'Identify immediately when a theme update is available.' ); ?></p> 107 107 </div> 108 <div class="last-feature ">108 <div class="last-feature about-themes-img"> 109 109 <img src="<?php echo admin_url( 'images/about-themes.png' ); ?>" /> 110 110 </div> … … 112 112 </div> 113 113 114 <hr />114 <hr class="flushtopdivider"> 115 115 116 116 <div class="changelog"> 117 <h2 ><?php _e( 'Sleek New Magazine Theme' ); ?></h2>117 <h2 class="about-headline-callout"><?php _e( 'Twenty Fourteen, A Sleek New Magazine Theme' ); ?></h2> 118 118 <img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" /> 119 119 … … 121 121 <div> 122 122 <h3><?php _e( 'Our new default theme lets you create a responsive magazine website with an elegant, modern design.' ); ?></h3> 123 <p><?php _e( 'Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content& rsquo;s layout with a full width page template and a contributor page to show of your authors.' ); ?></p>123 <p><?php _e( 'Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content’s layout with a full width page template and a contributor page to show of your authors.' ); ?></p> 124 124 <p><?php _e( 'Creating a magazine website with WordPress has never been easier.' ); ?></p> 125 125 </div> … … 127 127 </div> 128 128 129 <hr />129 <hr> 130 130 131 131 <div class="changelog">
Note: See TracChangeset
for help on using the changeset viewer.