Docs: Update @since for is_taxonomy_viewable().

Props andizer.
Fixes #44466.



git-svn-id: https://develop.svn.wordpress.org/trunk@44447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-08 03:10:45 +00:00
parent 09dd371fc0
commit 4d9ac6832f

View File

@ -4574,7 +4574,7 @@ function wp_check_term_hierarchy_for_loops( $parent, $term_id, $taxonomy ) {
/**
* Determines whether a taxonomy is considered "viewable".
*
* @since 5.0.0
* @since 5.1.0
*
* @param string|WP_Taxonomy $taxonomy Taxonomy name or object.
* @return bool Whether the taxonomy should be considered viewable.