Upgrade/Install: Add support for an optional $options parameter to populate_options().

Fixes #44893. See #41333.

Built from https://develop.svn.wordpress.org/trunk@43627


git-svn-id: http://core.svn.wordpress.org/trunk@43456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz
2018-09-05 09:39:24 +00:00
parent 7ee752e40c
commit e2f9dfcebb
2 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43623';
$wp_version = '5.0-alpha-43627';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.