X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ceb5a929e00123b4e224977c6b5a149f6431b250..refs/tags/wordpress-3.9:/wp-includes/ms-blogs.php diff --git a/wp-includes/ms-blogs.php b/wp-includes/ms-blogs.php index 8d05f10c..16a49181 100644 --- a/wp-includes/ms-blogs.php +++ b/wp-includes/ms-blogs.php @@ -569,7 +569,7 @@ function update_blog_option( $id, $option, $value, $deprecated = null ) { * * @param int $new_blog The id of the blog you want to switch to. Default: current blog * @param bool $deprecated Deprecated argument - * @return bool True on success, false if the validation failed + * @return bool Always returns True. */ function switch_to_blog( $new_blog, $deprecated = null ) { global $wpdb, $wp_roles;