Changeset 37539 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 05/23/2016 06:53:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r37492 r37539 15 15 * 16 16 * As of WordPress 3.5.0, XML-RPC is enabled by default. It can be disabled 17 * via the xmlrpc_enabledfilter found in wp_xmlrpc_server::login().17 * via the {@see 'xmlrpc_enabled'} filter found in wp_xmlrpc_server::login(). 18 18 * 19 19 * @package WordPress … … 55 55 56 56 /** 57 * Register all of the XMLRPC methods that XMLRPC server understands.57 * Registers all of the XMLRPC methods that XMLRPC server understands. 58 58 * 59 59 * Sets up server and method property. Passes XMLRPC 60 * methods through the 'xmlrpc_methods'filter to allow plugins to extend61 * or replace XML RPC methods.60 * methods through the {@see 'xmlrpc_methods'} filter to allow plugins to extend 61 * or replace XML-RPC methods. 62 62 * 63 63 * @since 1.5.0
Note: See TracChangeset
for help on using the changeset viewer.