Fix the return description for `switch_to_blog()` to reflect that it always returns true.

Props jeremyfelt.
Fixes #25328.

Built from https://develop.svn.wordpress.org/trunk@27347


git-svn-id: http://core.svn.wordpress.org/trunk@27199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-03-02 04:41:15 +00:00
parent 9b3c090d71
commit ac1701b7cc
1 changed files with 1 additions and 1 deletions

View 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 int $new_blog The id of the blog you want to switch to. Default: current blog
* @param bool $deprecated Deprecated argument * @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 ) { function switch_to_blog( $new_blog, $deprecated = null ) {
global $wpdb, $wp_roles; global $wpdb, $wp_roles;