From 72f40494dedc87ac35f2f32745651a9bce7e1ab0 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 26 Jan 2016 02:18:04 +0000 Subject: [PATCH] Normalize 'clean_term_cache' docs formatting after [36399]. git-svn-id: https://develop.svn.wordpress.org/trunk@36400 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index d503d79bdc..c963589226 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/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 );