Site Icon: make the default value for the `site_icon` option `0` in `schema.php`.
Props swissspidy, sebastian.pisula. Fixes #34339. Built from https://develop.svn.wordpress.org/trunk@35312 git-svn-id: http://core.svn.wordpress.org/trunk@35278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
97c75b5f07
commit
e6015a31ab
|
@ -506,6 +506,7 @@ function populate_options() {
|
||||||
|
|
||||||
// 4.3.0
|
// 4.3.0
|
||||||
'finished_splitting_shared_terms' => 1,
|
'finished_splitting_shared_terms' => 1,
|
||||||
|
'site_icon' => 0,
|
||||||
);
|
);
|
||||||
|
|
||||||
// 3.3
|
// 3.3
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-35311';
|
$wp_version = '4.4-alpha-35312';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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