Docs: `@see != @since`.

See #32246

Built from https://develop.svn.wordpress.org/trunk@36073


git-svn-id: http://core.svn.wordpress.org/trunk@36038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-12-23 07:13:26 +00:00
parent 5a69733045
commit 7e43e20436
2 changed files with 2 additions and 2 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36072';
$wp_version = '4.5-alpha-36073';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.