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 *