Help/About: Serve the image on the Freedoms page locally.
Serving the files locally is beneficial for reasons of privacy and speed. Props garrett-eclipse, pputzer, hellofromTonya. Fixes #46363. Built from https://develop.svn.wordpress.org/trunk@49219 git-svn-id: http://core.svn.wordpress.org/trunk@48981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5cbad34501
commit
9c82dfada2
|
@ -1114,7 +1114,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.freedoms-php .column .freedoms-image {
|
.freedoms-php .column .freedoms-image {
|
||||||
background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png');
|
background-image: url('../images/freedoms-2x.png');
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
padding-top: 100%;
|
padding-top: 100%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1113,7 +1113,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.freedoms-php .column .freedoms-image {
|
.freedoms-php .column .freedoms-image {
|
||||||
background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png');
|
background-image: url('../images/freedoms-2x.png');
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
padding-top: 100%;
|
padding-top: 100%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 461 KiB |
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-alpha-49218';
|
$wp_version = '5.6-alpha-49219';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue