From a441150c176431e7efdc08219d2474c83d1166fc Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 29 Dec 2014 17:17:09 +0000 Subject: [PATCH] Fix incorrect `@since` tag introduced in [30998]. Props dimadin. See #25853. git-svn-id: https://develop.svn.wordpress.org/trunk@30999 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index 973d0ebf1e..64371c512d 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -478,7 +478,7 @@ do_action( "{$taxonomy}_term_new_form_tag" ); * Filter the taxonomy parent drop-down on the Edit Term page. * * @since 3.7.0 - * @since 4.1.0 Added $context parameter. + * @since 4.2.0 Added $context parameter. * * @param array $dropdown_args { * An array of taxonomy parent drop-down arguments.