[wp-trac] [WordPress Trac] #12155: xmlrpc error
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 7 03:47:48 UTC 2010
#12155: xmlrpc error
--------------------------+-------------------------------------------------
Reporter: zachware | Owner: josephscott
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: XML-RPC | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by josephscott):
It's being called wrong:
{{{ return _multisite_getUsersBlogs($args); }}}
Should be
{{{ return $this->_multisite_getUsersBlogs($args); }}}
The error is right in that there is no function by that name. There is a
class method by that name though.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12155#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list