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

See #49295.
Built from https://develop.svn.wordpress.org/trunk@47532


git-svn-id: http://core.svn.wordpress.org/trunk@47307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-30 17:49:07 +00:00
parent 340216b5eb
commit e38a57db0c
5 changed files with 7 additions and 7 deletions

View File

@ -417,11 +417,11 @@
background-repeat: no-repeat;
background-position: top left;
background-size: contain;
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal.svg');
background-image: url('https://s.w.org/images/core/5.4/header-diagonal.svg');
}
.rtl .about__header {
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal-rtl.svg');
background-image: url('https://s.w.org/images/core/5.4/header-diagonal-rtl.svg');
}
.about__header > div {

File diff suppressed because one or more lines are too long

View File

@ -416,11 +416,11 @@
background-repeat: no-repeat;
background-position: top right;
background-size: contain;
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal.svg');
background-image: url('https://s.w.org/images/core/5.4/header-diagonal.svg');
}
.rtl .about__header {
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal-rtl.svg');
background-image: url('https://s.w.org/images/core/5.4/header-diagonal-rtl.svg');
}
.about__header > div {

File diff suppressed because one or more lines are too long

View File

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