]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/ms-blogs.php
WordPress 3.9
[autoinstalls/wordpress.git] / wp-includes / ms-blogs.php
index 8d05f10c69c067654ea460f13c1c60b6fb2b3695..16a491818a36bf18318630be3cefd21fdae4b47d 100644 (file)
@@ -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;