Make WordPress Core

Changeset 49770 for trunk


Ignore:
Timestamp:
12/08/2020 05:00:37 PM (4 years ago)
Author:
ryelle
Message:

Help/About: Use CDN URLs for About page images.

See #51415.

File:
1 edited

Legend:

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

    r49702 r49770  
    109109        <div class="about__section">
    110110            <div class="column about__image is-edge-to-edge">
    111                 <img src="https://make.wordpress.org/core/files/2020/11/TT1-Screenshots-Compressed.jpg" alt="" />
     111                <img src="https://s.w.org/images/core/5.6/twentytwentyone-layouts.jpg" alt="" />
    112112            </div>
    113113        </div>
     
    147147        <div class="about__section">
    148148            <div class="column about__image is-edge-to-edge">
    149                 <img src="https://make.wordpress.org/core/files/2020/11/Rainbow-Compressed.png" alt="" />
     149                <img src="https://s.w.org/images/core/5.6/twentytwentyone-rainbow.png" alt="" />
    150150            </div>
    151151        </div>
Note: See TracChangeset for help on using the changeset viewer.