Normalize 'clean_term_cache' docs formatting after [36399].

git-svn-id: https://develop.svn.wordpress.org/trunk@36400 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2016-01-26 02:18:04 +00:00
parent ef72cc7b86
commit 72f40494de
1 changed files with 2 additions and 2 deletions

View File

@ -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 );