diff --git a/wp-includes/cache.php b/wp-includes/cache.php index a1a6e6c705..fc4a257606 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -200,7 +200,7 @@ function wp_cache_set( $key, $data, $group = '', $expire = 0 ) { } /** - * Switches the interal blog ID. + * Switches the internal blog ID. * * This changes the blog id used to create keys in blog specific groups. * @@ -697,7 +697,7 @@ class WP_Object_Cache { } /** - * Switches the interal blog ID. + * Switches the internal blog ID. * * This changes the blog ID used to create keys in blog specific groups. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 56c1b111c5..68805a4228 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37215'; +$wp_version = '4.6-alpha-37216'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.