From af9db19b45737deaae5dfe2e0175eab1ac732450 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Oct 2020 15:53:25 +0000 Subject: [PATCH] Docs: Correct `@since` version for `add_allowed_options()`. Follow-up to [48121]. Props coffee2code. Fixes #51450. git-svn-id: https://develop.svn.wordpress.org/trunk@49096 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/plugin.php b/src/wp-admin/includes/plugin.php index e201d90da6..ec791a3782 100644 --- a/src/wp-admin/includes/plugin.php +++ b/src/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 *