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:
Sergey Biryukov 2020-10-06 15:55:05 +00:00
parent 2670a6ad14
commit aef2b539cd
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -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.