Twenty Seventeen: Compress the default header image.
This replaces the default `header.jpg` with a compressed version. The original was 209KB and the new version is 143KB with almost no distinguishable visual loss. Props Presskopp. Fixes #38793. Built from https://develop.svn.wordpress.org/trunk@39248 git-svn-id: http://core.svn.wordpress.org/trunk@39188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dff34d5988
commit
984ef6288a
Binary file not shown.
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 144 KiB |
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-beta3-39247';
|
$wp_version = '4.7-beta3-39248';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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