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:
parent
ef72cc7b86
commit
72f40494de
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user