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

See #30224.

Built from https://develop.svn.wordpress.org/trunk@32558


git-svn-id: http://core.svn.wordpress.org/trunk@32528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-05-23 19:30:26 +00:00
parent ed0421e7de
commit c76493d29b
2 changed files with 2 additions and 2 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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32557';
$wp_version = '4.3-alpha-32558';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.