Docs: Fix typo in `wp_suspend_cache_invalidation()` description.
Props euthelup, milana_cap. Fixes #41301. Built from https://develop.svn.wordpress.org/trunk@41031 git-svn-id: http://core.svn.wordpress.org/trunk@40881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
86f9360280
commit
058c2c5ca4
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41030';
|
||||
$wp_version = '4.9-alpha-41031';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue