Help/About: Move images to the CDN.
Props ryelle. Merges [46724] to the 5.3 branch. Fixes #47708. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46725 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4874ee7539
commit
b324cafe44
@ -118,7 +118,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</div>
|
||||
<div class="column is-edge-to-edge">
|
||||
<div class="about__image aligncenter">
|
||||
<img src="https://make.wordpress.org/core/files/2019/10/twentytwenty-mobile.png" alt="" />
|
||||
<img src="https://s.w.org/images/core/5.3/twentytwenty-mobile.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -126,7 +126,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<div class="about__section has-subtle-background-color">
|
||||
<div class="column is-edge-to-edge">
|
||||
<div class="about__image aligncenter">
|
||||
<img src="https://make.wordpress.org/core/files/2019/10/twentytwenty-desktop.png" alt="" />
|
||||
<img src="https://s.w.org/images/core/5.3/twentytwenty-desktop.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user