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
This commit is contained in:
parent
25e625b9b0
commit
8572a07a25
|
@ -478,7 +478,7 @@ do_action( "{$taxonomy}_term_new_form_tag" );
|
||||||
* Filter the taxonomy parent drop-down on the Edit Term page.
|
* Filter the taxonomy parent drop-down on the Edit Term page.
|
||||||
*
|
*
|
||||||
* @since 3.7.0
|
* @since 3.7.0
|
||||||
* @since 4.1.0 Added $context parameter.
|
* @since 4.2.0 Added $context parameter.
|
||||||
*
|
*
|
||||||
* @param array $dropdown_args {
|
* @param array $dropdown_args {
|
||||||
* An array of taxonomy parent drop-down arguments.
|
* An array of taxonomy parent drop-down arguments.
|
||||||
|
|
Loading…
Reference in New Issue