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.