mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 23:11:53 +01:00
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:
parent
170b03ab19
commit
eee2e5f1d8
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user