Changeset 26845 for trunk/src/wp-admin/about.php
- Timestamp:
- 12/11/2013 05:32:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26829 r26845 41 41 <div class="changelog"> 42 42 <h2 class="about-headline-callout"><?php _e( 'Introducing a modern new design' ); ?></h2> 43 <img class="about-overview-img" src="<?php echo is_ssl() ? 'https://' : '// '; ?>wordpress.org/images/core/3.8/overview.png" />43 <img class="about-overview-img" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/overview.png?1" /> 44 44 <div class="feature-section col three-col about-updates"> 45 45 <div class="col-1"> 46 <img src="<?php echo is_ssl() ? 'https://' : '// '; ?>wordpress.org/images/core/3.8/aesthetics.png" />46 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/aesthetics.png?1" /> 47 47 <h3><?php _e( 'Modern aesthetic' ); ?></h3> 48 48 <p><?php _e( 'The new WordPress dashboard has a fresh, uncluttered design that embraces clarity and simplicity.' ); ?></p> 49 49 </div> 50 50 <div class="col-2"> 51 <img src="<?php echo is_ssl() ? 'https://' : '// '; ?>wordpress.org/images/core/3.8/typography.png" />51 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/typography.png?1" /> 52 52 <h3><?php _e( 'Clean typography' ); ?></h3> 53 53 <p><?php _e( 'The Open Sans typeface provides simple, friendly text that is optimized for both desktop and mobile viewing. It’s even open source, just like WordPress.' ); ?></p> 54 54 </div> 55 55 <div class="col-3 last-feature"> 56 <img src="<?php echo is_ssl() ? 'https://' : '// '; ?>wordpress.org/images/core/3.8/contrast.png" />56 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/contrast.png?1" /> 57 57 <h3><?php _e( 'Refined contrast' ); ?></h3> 58 58 <p><?php _e( 'We think beautiful design should never sacrifice legibility. With superior contrast and large, comfortable type, the new design is easy to read and a pleasure to navigate.' ); ?></p> … … 72 72 </div> 73 73 <div class="last-feature about-colors-img"> 74 <img src="<?php echo is_ssl() ? 'https://' : '// '; ?>wordpress.org/images/core/3.8/colors.png" />74 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/colors.png?1" /> 75 75 </div> 76 76 </div> … … 112 112 </div> 113 113 <div class="last-feature about-themes-img"> 114 <img src="<?php echo is_ssl() ? 'https://' : '// '; ?>wordpress.org/images/core/3.8/themes.png" />114 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/themes.png?1" /> 115 115 </div> 116 116 </div> … … 121 121 <div class="changelog about-twentyfourteen"> 122 122 <h2 class="about-headline-callout"><?php _e( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2> 123 <img src="<?php echo is_ssl() ? 'https://' : '// '; ?>wordpress.org/images/core/3.8/twentyfourteen.jpg" />123 <img src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/twentyfourteen.jpg?1" /> 124 124 125 125 <div class="feature-section col one-col center-col">
Note: See TracChangeset
for help on using the changeset viewer.