Taxonomy: Update @since annotations for meta_box_sanitize_cb arg.

Introduced in [42211].

Fixes #36514.

git-svn-id: https://develop.svn.wordpress.org/trunk@44519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges
2019-01-09 15:10:17 +00:00
parent f27fc64e2e
commit 493b90cde1
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1994,7 +1994,7 @@ function redirect_post( $post_id = '' ) {
/**
* Sanitizes POST values from a checkbox taxonomy metabox.
*
* @since 5.0.0
* @since 5.1.0
*
* @param mixed $terms Raw term data from the 'tax_input' field.
* @return array
@@ -2006,7 +2006,7 @@ function taxonomy_meta_box_sanitize_cb_checkboxes( $taxonomy, $terms ) {
/**
* Sanitizes POST values from an input taxonomy metabox.
*
* @since 5.0.0
* @since 5.1.0
*
* @param mixed $terms Raw term data from the 'tax_input' field.
* @return array