Changeset 27146
- Timestamp:
- 02/09/2014 08:38:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/xmlrpc.php
r25880 r27146 47 47 * Add additional APIs to the Really Simple Discovery (RSD) endpoint. 48 48 * 49 * @see http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html 49 * @link http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html 50 * 50 51 * @since 3.5.0 51 52 */ … … 74 75 * 75 76 * @since 3.1.0 76 * @param string The name of the XML-RPC server class. 77 * 78 * @param string $class The name of the XML-RPC server class. 77 79 */ 78 80 $wp_xmlrpc_server_class = apply_filters( 'wp_xmlrpc_server_class', 'wp_xmlrpc_server' );
Note: See TracChangeset
for help on using the changeset viewer.