Make WordPress Core


Ignore:
Timestamp:
05/23/2016 06:53:05 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks for core classes.

Applying these specially-crafted @see tags allows the Code Reference parser to recognize and link these elements as actions and filters.

See #36921.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r37492 r37539  
    1515 *
    1616 * As of WordPress 3.5.0, XML-RPC is enabled by default. It can be disabled
    17  * via the xmlrpc_enabled filter found in wp_xmlrpc_server::login().
     17 * via the {@see 'xmlrpc_enabled'} filter found in wp_xmlrpc_server::login().
    1818 *
    1919 * @package WordPress
     
    5555
    5656    /**
    57      * Register all of the XMLRPC methods that XMLRPC server understands.
     57     * Registers all of the XMLRPC methods that XMLRPC server understands.
    5858     *
    5959     * Sets up server and method property. Passes XMLRPC
    60      * methods through the 'xmlrpc_methods' filter to allow plugins to extend
    61      * or replace XMLRPC methods.
     60     * methods through the {@see 'xmlrpc_methods'} filter to allow plugins to extend
     61     * or replace XML-RPC methods.
    6262     *
    6363     * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.