Options, Meta APIs: Update `@since` version for the `$force_cache` parameter added for `wp_load_alloptions()` in [46753] to 5.3.1.

See #31245.
Built from https://develop.svn.wordpress.org/trunk@46779


git-svn-id: http://core.svn.wordpress.org/trunk@46579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-11-25 13:44:02 +00:00
parent 012ddf095a
commit e0830ac7bc
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ function form_option( $option ) {
* Loads and caches all autoloaded options, if available or all options.
*
* @since 2.2.0
* @since 5.4.0 The `$force_cache` parameter was added.
* @since 5.3.1 The `$force_cache` parameter was added.
*
* @global wpdb $wpdb WordPress database abstraction object.
*

View File

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