[wp-trac] [WordPress Trac] #14820: Allow WP XML-RPC Library to be Extended
WordPress Trac
wp-trac at lists.automattic.com
Thu Sep 9 17:26:37 UTC 2010
#14820: Allow WP XML-RPC Library to be Extended
--------------------------+-------------------------------------------------
Reporter: filosofo | Owner: filosofo
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: XML-RPC | Version: 3.1
Severity: normal | Keywords: has-patch
--------------------------+-------------------------------------------------
WP defines a large set (thousands of lines of code) of XML-RPC server
methods in `xmlrpc.php`.
Unfortunately, WP's server class is defined, instantiated, and executed
all in the same file, which makes it difficult to use those methods
elsewhere (for example, in my JSON RPC plugin).
My patch moves the XML-RPC class to a file in `wp-includes`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14820>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list