Help/About: Move images to the CDN.
Props ryelle. Merges [46724] to the 5.3 branch. Fixes #47708. Built from https://develop.svn.wordpress.org/branches/5.3@46725 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
adfc7aad8d
commit
ace691cd92
|
@ -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>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-RC5-46723';
|
||||
$wp_version = '5.3-RC5-46725';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue