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

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



git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49771 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Kelly Choyce-Dwan 2020-12-08 18:37:54 +00:00
parent 5a76a0cc43
commit cc115b21b3

View File

@ -108,7 +108,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section">
<div class="column about__image is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2020/11/TT1-Screenshots-Compressed.jpg" alt="" />
<img src="https://s.w.org/images/core/5.6/twentytwentyone-layouts.jpg" alt="" />
</div>
</div>
@ -146,7 +146,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section">
<div class="column about__image is-edge-to-edge">
<img src="https://make.wordpress.org/core/files/2020/11/Rainbow-Compressed.png" alt="" />
<img src="https://s.w.org/images/core/5.6/twentytwentyone-rainbow.png" alt="" />
</div>
</div>