diff --git a/wp-includes/ms-blogs.php b/wp-includes/ms-blogs.php index 7ea6685080..34744c4eb1 100644 --- a/wp-includes/ms-blogs.php +++ b/wp-includes/ms-blogs.php @@ -775,7 +775,6 @@ function update_blog_option( $id, $option, $value, $deprecated = null ) { * from other blogs. You can switch back afterwards using restore_current_blog(). * * Things that aren't switched: - * - autoloaded options. See #14992 * - plugins. See #14941 * * @see restore_current_blog() diff --git a/wp-includes/version.php b/wp-includes/version.php index 325c512242..e45b3e7ea2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41372'; +$wp_version = '4.9-alpha-41373'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.