Changeset 30841
- Timestamp:
- 12/13/2014 10:04:51 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/about.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r30840 r30841 50 50 <div class="feature-section col three-col"> 51 51 <div class="col-1"> 52 <p><?php echo ( 'Our 2015 default theme is blog-focused and designed for clarity. Twenty Fifteen᾿s straightforward typography is readable on any screen size.' ); ?></p>52 <p><?php _e( 'Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.' ); ?></p> 53 53 </div> 54 54 <div class="col-2"> 55 <p><?php _e( 'Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.' ); ?></p> 55 <p> 56 <?php printf( __( 'Twenty Fifteen has flawless language support, with help from <a href="%s">Google’s Noto font family</a>.' ), 'https://www.google.com/get/noto/' ); ?> 57 <?php _e( 'The straightforward typography is readable on any screen size.' ); ?> 58 </p> 56 59 </div> 57 60 <div class="col-3 last-feature"> 58 <p><?php printf( ( 'Twenty Fifteen has great language support, with help from <a href="%s">Google’s Noto font family</a>.' ), 'https://www.google.com/get/noto/' ); ?></p>61 <p><?php _e( 'Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.' ); ?></p> 59 62 </div> 60 63 </div> … … 67 70 <h2 class="about-headline-callout"><?php _e( 'Distraction-free writing' ); ?></h2> 68 71 <div class="feature-section"> 69 <p>< ?php echo ( '<em>Just write.</em> Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.' ); ?></p>72 <p><em><?php _e( 'Just write.' ); ?></em> <?php _e( 'Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.' ); ?></p> 70 73 </div> 71 74 </div>
Note: See TracChangeset
for help on using the changeset viewer.