clean_post_cache() no longer calls itself recursively. see #11399.

git-svn-id: https://develop.svn.wordpress.org/trunk@22357 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-02 16:13:53 +00:00
parent a8b411b563
commit a6a8321d7d
1 changed files with 23 additions and 25 deletions

View File

@ -4587,8 +4587,6 @@ function update_post_cache( &$posts ) {
* Cleaning means delete from the cache of the post. Will call to clean the term
* object cache associated with the post ID.
*
* clean_post_cache() will call itself recursively for each child post.
*
* This function not run if $_wp_suspend_cache_invalidation is not empty. See
* wp_suspend_cache_invalidation().
*