From 170b03ab19c40091acb3205a01acd80ab7168b77 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 8 Jan 2019 03:11:50 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index bd0188f4bc..3c065be19f 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4f7945b16e..a5cc89bcad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.