Docs: Fix typo in wp_suspend_cache_invalidation()
description.
Props euthelup, milana_cap. Fixes #41301. git-svn-id: https://develop.svn.wordpress.org/trunk@41031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
90aca8c4d7
commit
cf4b8bc85f
@ -4363,7 +4363,7 @@ function wp_suspend_cache_addition( $suspend = null ) {
|
||||
/**
|
||||
* Suspend cache invalidation.
|
||||
*
|
||||
* Turns cache invalidation on and off. Useful during imports where you don't wont to do
|
||||
* Turns cache invalidation on and off. Useful during imports where you don't want to do
|
||||
* invalidations every time a post is inserted. Callers must be sure that what they are
|
||||
* doing won't lead to an inconsistent cache when invalidation is suspended.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user