From 058c2c5ca48e7540e6a9999da640cd3f19a58d4c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 12 Jul 2017 21:26:44 +0000 Subject: [PATCH] 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 --- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 26f9eb3a2c..ebdc12344c 100644 --- a/wp-includes/functions.php +++ b/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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index f85e646ef0..85c913fae5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.