diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 856df9a19b..bc9af6e73e 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -3439,7 +3439,7 @@ function update_term_cache( $terms, $taxonomy = '' ) { /** * Retrieves children of taxonomy as Term IDs. * - * @ignore + * @access private * @since 2.3.0 * * @param string $taxonomy Taxonomy name. diff --git a/wp-includes/version.php b/wp-includes/version.php index 501f12df99..116d5488dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44749'; +$wp_version = '5.2-alpha-44755'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.