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:
parent
012ddf095a
commit
e0830ac7bc
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue