Customize: Load the default site icon from the wp-includes directory.

Files inside the `wp-admin` directory may not be publicly available.

Follow-up to [36635], [47018].

Props whyisjake, finomeno, ocean90.
Fixes #50131.
Built from https://develop.svn.wordpress.org/trunk@47832


git-svn-id: http://core.svn.wordpress.org/trunk@47608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-05-20 10:36:09 +00:00
parent 434bee9fc9
commit 23c4fbeaa0
3 changed files with 4 additions and 4 deletions

View File

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