Docs: `@see != @since`.

See #32246


git-svn-id: https://develop.svn.wordpress.org/trunk@36073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
johnbillion 2015-12-23 07:12:02 +00:00
parent 857de6f1ba
commit ec46b01201
1 changed files with 1 additions and 1 deletions

View File

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