From cf4b8bc85f67292272ad5576dacced826fc724f5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 12 Jul 2017 21:25:20 +0000 Subject: [PATCH] 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 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 26f9eb3a2c..ebdc12344c 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -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. *