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:
Sergey Biryukov 2020-10-20 02:02:06 +00:00
parent 5cbad34501
commit 9c82dfada2
6 changed files with 5 additions and 5 deletions

View File

@ -1114,7 +1114,7 @@
}
.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%;
padding-top: 100%;
}

File diff suppressed because one or more lines are too long

View File

@ -1113,7 +1113,7 @@
}
.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%;
padding-top: 100%;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

View File

@ -13,7 +13,7 @@
*
* @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.