Built tools: Reduce file size of About page texture.
Reduce the file size of the file `src/wp-admin/images/about-texture.png` by running it through the grunt precommit hook. Other modified files are not included in this commit as there is no change in file size. See #48703. Built from https://develop.svn.wordpress.org/trunk@53293 git-svn-id: http://core.svn.wordpress.org/trunk@52882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da0ce4038f
commit
87c8ca71b5
Binary file not shown.
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 100 KiB |
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-beta3-53292';
|
||||
$wp_version = '6.0-beta3-53293';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue