Ticket #21459: 21459.typo.patch
File 21459.typo.patch, 927 bytes (added by , 13 years ago) |
---|
-
wp-includes/ms-blogs.php
446 446 * @since MU 447 447 * 448 448 * @param int $new_blog The id of the blog you want to switch to. Default: current blog 449 * @param bool $deprecated Dep ecreated argument450 * @return bool True on success, False if the validation failed449 * @param bool $deprecated Deprecated argument 450 * @return bool True on success, false if the validation failed 451 451 */ 452 452 function switch_to_blog( $new_blog, $deprecated = null ) { 453 453 global $wpdb, $wp_roles; … … 510 510 * @see switch_to_blog() 511 511 * @since MU 512 512 * 513 * @return bool True on success, False if we're already on the current blog513 * @return bool True on success, false if we're already on the current blog 514 514 */ 515 515 function restore_current_blog() { 516 516 global $wpdb, $wp_roles;