mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
Help/About: Use CDN URLs for About page images.
See #51415. git-svn-id: https://develop.svn.wordpress.org/trunk@49770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e328e26de3
commit
804db75453
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user