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
This commit is contained in:
parent
51d9fc0ad1
commit
a441150c17
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue