From ced24390f93f9aa5f14dd73f6a1cd75b37a2968b Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 26 Jan 2016 02:19:26 +0000 Subject: [PATCH] Normalize 'clean_term_cache' docs formatting after [36399]. Built from https://develop.svn.wordpress.org/trunk@36400 git-svn-id: http://core.svn.wordpress.org/trunk@36367 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index d503d79bdc..c963589226 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -3622,8 +3622,8 @@ function clean_term_cache($ids, $taxonomy = '', $clean_taxonomy = true) { * @since 2.5.0 * @since 4.5.0 Added $clean_taxonomy param. * - * @param array $ids An array of term IDs. - * @param string $taxonomy Taxonomy slug. + * @param array $ids An array of term IDs. + * @param string $taxonomy Taxonomy slug. * @param bool $clean_taxonomy Whether or not to clean taxonomy-wide caches */ do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy ); diff --git a/wp-includes/version.php b/wp-includes/version.php index aa67624d36..faeaafe738 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36399'; +$wp_version = '4.5-alpha-36400'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.