Docs: Update @since for is_taxonomy_viewable().

Props andizer.
Fixes #44466.


Built from https://develop.svn.wordpress.org/trunk@44447


git-svn-id: http://core.svn.wordpress.org/trunk@44278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-08 03:11:50 +00:00
parent d5b7863fbf
commit 170b03ab19
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.1-alpha-44446'; $wp_version = '5.1-alpha-44447';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.