Make WordPress Core

Changeset 49771


Ignore:
Timestamp:
12/08/2020 06:37:54 PM (3 years ago)
Author:
ryelle
Message:

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

Reviewed by ryelle, SergeyBiryukov.
Merges [49770] to the 5.6 branch.
Fixes #51415.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-admin/about.php

    r49729 r49771  
    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.