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:
parent
a8b411b563
commit
a6a8321d7d
|
@ -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().
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue