Call class function in xmlrpc.php, fixes #12155
git-svn-id: https://develop.svn.wordpress.org/trunk@13004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f2ade7aa6d
commit
c16facefa4
@ -1548,7 +1548,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
*/
|
||||
function blogger_getUsersBlogs($args) {
|
||||
if ( is_multisite() )
|
||||
return _multisite_getUsersBlogs($args);
|
||||
return $this->_multisite_getUsersBlogs($args);
|
||||
|
||||
$this->escape($args);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user