From 8572a07a25344450d3e20fe8ecb177c256b8c507 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 29 Dec 2014 17:18:22 +0000 Subject: [PATCH] Fix incorrect `@since` tag introduced in [30998]. Props dimadin. See #25853. Built from https://develop.svn.wordpress.org/trunk@30999 git-svn-id: http://core.svn.wordpress.org/trunk@30981 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 973d0ebf1e..64371c512d 100644 --- a/wp-admin/edit-tags.php +++ b/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.