Help/About: Move images to the CDN.

Props ryelle.
Fixes #47708.
Built from https://develop.svn.wordpress.org/trunk@46724


git-svn-id: http://core.svn.wordpress.org/trunk@46524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-11-12 18:30:03 +00:00
parent 3696fadc2d
commit 6ceb0279af
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46722';
$wp_version = '5.4-alpha-46724';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.