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

Fixes #44893.



git-svn-id: https://develop.svn.wordpress.org/trunk@44448 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-08 03:14:09 +00:00
parent 4d9ac6832f
commit 6b9c60a98a

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