From aef2b539cd665007d3847e27c5e5a3c40afc481c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Oct 2020 15:55:05 +0000 Subject: [PATCH] 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 --- wp-admin/includes/plugin.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/plugin.php b/wp-admin/includes/plugin.php index e201d90da6..ec791a3782 100644 --- a/wp-admin/includes/plugin.php +++ b/wp-admin/includes/plugin.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 525e887c6b..2dfefb4400 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.