From c009abcc9872e3281969a2d1c97ce141b2ecccbb Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 9 Jul 2016 13:17:30 +0000 Subject: [PATCH] Docs: Fix a typo in the hook doc description for the `enable_loading_advanced_cache_dropin` run-time filter. See #34936. See #37318. Built from https://develop.svn.wordpress.org/trunk@38021 git-svn-id: http://core.svn.wordpress.org/trunk@37962 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-settings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index b60eba89ad..d3f697b8f9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta2-38020'; +$wp_version = '4.6-beta2-38021'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-settings.php b/wp-settings.php index 1d23652386..3189718e8e 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -74,7 +74,7 @@ wp_debug_mode(); * Filters whether to enable loading of the advanced-cache.php drop-in. * * This filter runs before it can be used by plugins. It is designed for non-web - * run-times. If false is returned, advance-cache.php will never be loaded. + * run-times. If false is returned, advanced-cache.php will never be loaded. * * @since 4.6.0 *