Skip to content

Commit 27ae64e

Browse files
author
Ron Rennick
committed
apply xmlrpc patch 2056 from MU 2.9.1.1, fixes #11999
git-svn-id: https://develop.svn.wordpress.org/trunk@12864 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b0b57be commit 27ae64e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xmlrpc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ function initialise_blog_option_info( ) {
441441
* @return array
442442
*/
443443
function wp_getUsersBlogs( $args ) {
444+
global $current_site;
444445
// If this isn't on WPMU then just use blogger_getUsersBlogs
445446
if ( !is_multisite() ) {
446447
array_unshift( $args, 1 );

0 commit comments

Comments
 (0)