mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-26 08:14:26 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user