diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index b836c4853c..5581196696 100644 --- a/wp-includes/plugin.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 52f09b3a59..b17950fff9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.