Changeset 26723
- Timestamp:
- 12/06/2013 02:19:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26721 r26723 37 37 38 38 <div class="changelog"> 39 <h2 class="about-headline-callout"><?php _e( 'Introducing a new, modern admin design' ); ?></h2>39 <h2 class="about-headline-callout"><?php echo ( 'Introducing a new, modern admin design' ); ?></h2> 40 40 <img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" /> 41 41 … … 43 43 <div class="col-1"> 44 44 <p style="margin-top: 20px; background-color: grey; padding: 1em; color: white; min-height: 150px;">Image</p> 45 <h3><?php _e( 'Modern aesthetics' ); ?></h3>46 <p><?php _e( 'Goodbye decoration, hello simplicity. We removed extraneous details, focusing on a cleaner, more streamlined admin design.' ); ?></p>45 <h3><?php echo ( 'Modern aesthetics' ); ?></h3> 46 <p><?php echo ( 'Goodbye decoration, hello simplicity. We removed extraneous details, focusing on a cleaner, more streamlined admin design.' ); ?></p> 47 47 </div> 48 48 <div class="col-2"> 49 49 <p style="margin-top: 20px; background-color: grey; padding: 1em; color: white; min-height: 150px;">Image</p> 50 <h3><?php _e( 'Improved typography' ); ?></h3>51 <p><?php _e( 'You might notice the type is a little bit bigger. We improved the typography, crafting a better reading experience.' ); ?></p>50 <h3><?php echo ( 'Improved typography' ); ?></h3> 51 <p><?php echo ( 'You might notice the type is a little bit bigger. We improved the typography, crafting a better reading experience.' ); ?></p> 52 52 </div> 53 53 <div class="col-3 last-feature"> 54 54 <p style="margin-top: 20px; background-color: grey; padding: 1em; color: white; min-height: 150px;">Image</p> 55 <h3><?php _e( 'Higher contrast' ); ?></h3>56 <p><?php _e( 'With bigger typography and both high and low contrast color schemes, our new admin design is great for users of all ages.' ); ?></p>55 <h3><?php echo ( 'Higher contrast' ); ?></h3> 56 <p><?php echo ( 'With bigger typography and both high and low contrast color schemes, our new admin design is great for users of all ages.' ); ?></p> 57 57 </div> 58 58 </div> … … 67 67 <div class="feature-section col two-col"> 68 68 <div> 69 <h3><?php _e( 'Take WordPress with you anywhere with our responsive design' ); ?></h3>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 <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>69 <h3><?php echo ( 'Take WordPress with you anywhere with our responsive design' ); ?></h3> 70 <p><?php echo ( '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 <h4><?php echo ( 'Naturally HiDPI' ); ?></h4> 72 <p><?php echo ( '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 74 <div class="last-feature about-colors-img"> … … 83 83 <div class="feature-section col one-col"> 84 84 <div> 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 <p><?php _e( 'Try them out below:' ); ?></p>85 <h3><?php echo ( 'Now with more color' ); ?></h3> 86 <p><?php echo ( '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 <p><?php echo ( '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;" /> 89 <p><?php _e( 'You can change your color scheme at any time from your profile page.' ); ?></p>89 <p><?php echo ( 'You can change your color scheme at any time from your profile page.' ); ?></p> 90 90 </div> 91 91 </div> … … 97 97 <div class="feature-section col two-col"> 98 98 <div> 99 <h3><?php _e( 'A new theme experience' ); ?></h3>100 <p><?php _e( 'A sleeker, faster, and more visual organization of your themes that is responsive.' ); ?></p>101 <h4><?php _e( 'Browse better' ); ?></h4>102 <p><?php _e( 'Enjoy a focused experience with theme screenshots at the center. Quickly search through your themes or add new ones.' ); ?></p>103 <h4><?php _e( 'Dive into the details' ); ?></h4>104 <p><?php _e( 'Expand a theme to see more information and preview it. Use the arrow navigation to quickly swift through your themes.' ); ?></p>105 <h4><?php _e( 'Easier updates' ); ?></h4>106 <p><?php _e( 'Identify immediately when a theme update is available.' ); ?></p>99 <h3><?php echo ( 'A new theme experience' ); ?></h3> 100 <p><?php echo ( 'A sleeker, faster, and more visual organization of your themes that is responsive.' ); ?></p> 101 <h4><?php echo ( 'Browse better' ); ?></h4> 102 <p><?php echo ( 'Enjoy a focused experience with theme screenshots at the center. Quickly search through your themes or add new ones.' ); ?></p> 103 <h4><?php echo ( 'Dive into the details' ); ?></h4> 104 <p><?php echo ( 'Expand a theme to see more information and preview it. Use the arrow navigation to quickly swift through your themes.' ); ?></p> 105 <h4><?php echo ( 'Easier updates' ); ?></h4> 106 <p><?php echo ( 'Identify immediately when a theme update is available.' ); ?></p> 107 107 </div> 108 108 <div class="last-feature about-themes-img"> … … 115 115 116 116 <div class="changelog"> 117 <h2 class="about-headline-callout"><?php _e( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2>117 <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2> 118 118 <img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" /> 119 119 120 120 <div class="feature-section col one-col"> 121 121 <div> 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’s layout with a full width page template and a contributor page to show of your authors.' ); ?></p>124 <p><?php _e( 'Creating a magazine website with WordPress has never been easier.' ); ?></p>122 <h3><?php echo ( 'Our new default theme lets you create a responsive magazine website with an elegant, modern design.' ); ?></h3> 123 <p><?php echo ( '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 <p><?php echo ( 'Creating a magazine website with WordPress has never been easier.' ); ?></p> 125 125 </div> 126 126 </div> … … 130 130 131 131 <div class="changelog"> 132 <h3><?php _e( 'Under the Hood' ); ?></h3>132 <h3><?php echo ( 'Under the Hood' ); ?></h3> 133 133 134 134 <div class="feature-section col three-col"> 135 135 <div> 136 <h4><?php _e( 'Meta query fixes' ); ?></h4>137 <p><?php _e( 'Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vestibulum id ligula porta felis.' ); ?></p>136 <h4><?php echo ( 'Meta query fixes' ); ?></h4> 137 <p><?php echo ( 'Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vestibulum id ligula porta felis.' ); ?></p> 138 138 </div> 139 139 <div> 140 <h4><?php _e( 'Automated RTL styles' ); ?></h4>141 <p><?php _e( 'Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vestibulum id ligula porta felis.' ); ?></p>140 <h4><?php echo ( 'Automated RTL styles' ); ?></h4> 141 <p><?php echo ( 'Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vestibulum id ligula porta felis.' ); ?></p> 142 142 </div> 143 143 <div class="last-feature"> 144 <h4><?php _e( 'Improved customizer' ); ?></h4>145 <p><?php _e( 'Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vestibulum id ligula porta felis.' ); ?></p>144 <h4><?php echo ( 'Improved customizer' ); ?></h4> 145 <p><?php echo ( 'Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Vestibulum id ligula porta felis.' ); ?></p> 146 146 </div> 147 147 </div>
Note: See TracChangeset
for help on using the changeset viewer.