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. Built from https://develop.svn.wordpress.org/trunk@37539 git-svn-id: http://core.svn.wordpress.org/trunk@37507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* options, etc.
|
||||
*
|
||||
* As of WordPress 3.5.0, XML-RPC is enabled by default. It can be disabled
|
||||
* via the xmlrpc_enabled filter found in wp_xmlrpc_server::login().
|
||||
* via the {@see 'xmlrpc_enabled'} filter found in wp_xmlrpc_server::login().
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Publishing
|
||||
@@ -54,11 +54,11 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
protected $auth_failed = false;
|
||||
|
||||
/**
|
||||
* Register all of the XMLRPC methods that XMLRPC server understands.
|
||||
* Registers all of the XMLRPC methods that XMLRPC server understands.
|
||||
*
|
||||
* Sets up server and method property. Passes XMLRPC
|
||||
* methods through the 'xmlrpc_methods' filter to allow plugins to extend
|
||||
* or replace XMLRPC methods.
|
||||
* methods through the {@see 'xmlrpc_methods'} filter to allow plugins to extend
|
||||
* or replace XML-RPC methods.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user