Make WordPress Core


Ignore:
Timestamp:
12/11/2013 05:32:28 PM (11 years ago)
Author:
nacin
Message:

Use the WP.org CDN for About page images. fixes #26534.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r26829 r26845  
    4141<div class="changelog">
    4242    <h2 class="about-headline-callout"><?php _e( 'Introducing a modern new&nbsp;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" />
    4444    <div class="feature-section col three-col about-updates">
    4545        <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" />
    4747            <h3><?php _e( 'Modern aesthetic' ); ?></h3>
    4848            <p><?php _e( 'The new WordPress dashboard has a fresh, uncluttered design that embraces clarity and simplicity.' ); ?></p>
    4949        </div>
    5050        <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" />
    5252            <h3><?php _e( 'Clean typography' ); ?></h3>
    5353            <p><?php _e( 'The Open Sans typeface provides simple, friendly text that is optimized for both desktop and mobile viewing. It&#8217;s even open source, just like WordPress.' ); ?></p>
    5454        </div>
    5555        <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" />
    5757            <h3><?php _e( 'Refined contrast' ); ?></h3>
    5858            <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>
     
    7272        </div>
    7373        <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" />
    7575        </div>
    7676    </div>
     
    112112        </div>
    113113        <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" />
    115115        </div>
    116116    </div>
     
    121121<div class="changelog about-twentyfourteen">
    122122    <h2 class="about-headline-callout"><?php _e( 'Twenty Fourteen, a sleek new magazine&nbsp;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" />
    124124
    125125    <div class="feature-section col one-col center-col">
Note: See TracChangeset for help on using the changeset viewer.