Changeset 26763
- Timestamp:
- 12/07/2013 01:17:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26760 r26763 43 43 <img src="images/about-modern-aesthetics.png" /> 44 44 <h3><?php echo ( 'Modern aesthetic' ); ?></h3> 45 <p><?php echo ( 'The new admin has a fresh, simple design that puts clarity and simplicity ahead of web designflourishes.' ); ?></p>45 <p><?php echo ( 'The new admin has a fresh, uncluttered design that puts clarity and simplicity ahead of visual flourishes.' ); ?></p> 46 46 </div> 47 47 <div class="col-2"> 48 48 <img src="images/about-typography.png" /> 49 49 <h3><?php echo ( 'Clean typography' ); ?></h3> 50 <p><?php echo ( 'Open Sans meets Open Source. WordPress’s new typography is upright, friendly, and optimized for web and mobile interfaces.' ); ?></p>50 <p><?php echo ( 'Open Sans is Open Source. Our new typography is simple, friendly, and optimized for web and mobile interfaces.' ); ?></p> 51 51 </div> 52 52 <div class="col-3 last-feature"> … … 64 64 <div> 65 65 <h3><?php echo ( 'WordPress on every device' ); ?></h3> 66 <p><?php echo ( 'Whether you’re on your smartphone or tablet, your notebook or desktop, WordPress looks beautifulon every device. Now you can update your website wherever you are.' ); ?></p>66 <p><?php echo ( 'Whether you’re on your smartphone or tablet, your notebook or desktop, WordPress looks great on every device. Now you can update your website wherever you are.' ); ?></p> 67 67 <h4><?php echo ( 'High definition is here' ); ?></h4> 68 <p><?php echo ( 'WordPress is sharper than ever; vector icons and graphicsmean no more blurry edges. You get the best viewing experience no matter what type of device you use.' ); ?></p>68 <p><?php echo ( 'WordPress is sharper than ever; vector icons mean no more blurry edges. You get the best viewing experience no matter what type of device you use.' ); ?></p> 69 69 </div> 70 70 <div class="last-feature about-colors-img"> … … 80 80 <div> 81 81 <h3><?php echo ( 'Pick a color' ); ?></h3> 82 <p><?php echo ( 'We’ve included four color schemes so that you can choose your favorite. Don’t like this striking new admin?Choose from any of the schemes below to change it in an instant.' ); ?></p>82 <p><?php echo ( 'We’ve included four color schemes so that you can pick your favorite. Choose from any of the schemes below to change it in an instant.' ); ?></p> 83 83 <?php $user_id = get_current_user_id(); ?> 84 84 <?php if ( count($_wp_admin_css_colors) > 1 && has_action('admin_color_scheme_picker') ) :?>
Note: See TracChangeset
for help on using the changeset viewer.