From ec46b0120135d2f172ffce6d645e5e8c6d199c0a Mon Sep 17 00:00:00 2001 From: johnbillion Date: Wed, 23 Dec 2015 07:12:02 +0000 Subject: [PATCH] Docs: `@see != @since`. See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@36073 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/plugin.php b/src/wp-includes/plugin.php index b836c4853c..5581196696 100644 --- a/src/wp-includes/plugin.php +++ b/src/wp-includes/plugin.php @@ -245,7 +245,7 @@ function apply_filters( $tag, $value ) { /** * Execute functions hooked on a specific filter hook, specifying arguments in an array. * - * @see 3.0.0 + * @since 3.0.0 * * @see apply_filters() This function is identical, but the arguments passed to the * functions hooked to `$tag` are supplied using an array.