Properly notate the inline link to the `xmlrpc_blog_options` filter in the description for `wp_xmlrpc_server->initialise_blog_option_info()`.

See #30224.


git-svn-id: https://develop.svn.wordpress.org/trunk@32558 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-05-23 19:29:45 +00:00
parent 644b0e27a3
commit ee71a2ea33
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class wp_xmlrpc_server extends IXR_Server {
/**
* Set up blog options property.
*
* Passes property through 'xmlrpc_blog_options' filter.
* Passes property through {@see 'xmlrpc_blog_options'} filter.
*
* @since 2.6.0
*