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.