mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Docs: Correct @since
version for add_allowed_options()
.
Follow-up to [48121]. Props coffee2code. Fixes #51450. Built from https://develop.svn.wordpress.org/trunk@49096 git-svn-id: http://core.svn.wordpress.org/trunk@48858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2670a6ad14
commit
aef2b539cd
@ -2190,7 +2190,7 @@ function option_update_filter( $options ) {
|
||||
/**
|
||||
* Adds an array of options to the list of allowed options.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @since 5.5.0
|
||||
*
|
||||
* @global array $allowed_options
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-alpha-49095';
|
||||
$wp_version = '5.6-alpha-49096';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user