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:
Scott Taylor 2015-10-21 03:28:25 +00:00
parent 97c75b5f07
commit e6015a31ab
2 changed files with 2 additions and 1 deletions

View File

@ -506,6 +506,7 @@ function populate_options() {
// 4.3.0
'finished_splitting_shared_terms' => 1,
'site_icon' => 0,
);
// 3.3

View File

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