Docs: Update @since for the optional $options parameter to populate_options().

Fixes #44893.


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


git-svn-id: http://core.svn.wordpress.org/trunk@44279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-08 03:15:49 +00:00
parent 170b03ab19
commit eee2e5f1d8
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ $wp_queries = wp_get_db_schema( 'all' );
* Create WordPress options and set the default values.
*
* @since 1.5.0
* @since 5.0.0 The $options parameter has been added.
* @since 5.1.0 The $options parameter has been added.
*
* @global wpdb $wpdb WordPress database abstraction object.
* @global int $wp_db_version

View File

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