Make WordPress Core

Changeset 27146 for trunk/src/xmlrpc.php


Ignore:
Timestamp:
02/09/2014 08:38:39 PM (10 years ago)
Author:
DrewAPicture
Message:

Fixes for hooks documentation on xmlrpc.php.

Adds spacing, changes an @see to @link, adds a docs-specific variable for a parameter.

See #26869, #25229 and [25281].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xmlrpc.php

    r25880 r27146  
    4747       * Add additional APIs to the Really Simple Discovery (RSD) endpoint.
    4848       *
    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       *
    5051       * @since 3.5.0
    5152       */
     
    7475 *
    7576 * @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.
    7779 */
    7880$wp_xmlrpc_server_class = apply_filters( 'wp_xmlrpc_server_class', 'wp_xmlrpc_server' );
Note: See TracChangeset for help on using the changeset viewer.