Skip to content

Commit 2630200

Browse files
Docs: Add a @see reference to the xmlrpc_enabled filter in wp_xmlrpc_server::set_is_enabled().
Follow-up to [28065]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51590 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1c76a16 commit 2630200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-xmlrpc-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function __construct() {
186186
private function set_is_enabled() {
187187
/*
188188
* Respect old get_option() filters left for back-compat when the 'enable_xmlrpc'
189-
* option was deprecated in 3.5.0. Use the 'xmlrpc_enabled' hook instead.
189+
* option was deprecated in 3.5.0. Use the {@see 'xmlrpc_enabled'} hook instead.
190190
*/
191191
$is_enabled = apply_filters( 'pre_option_enable_xmlrpc', false );
192192
if ( false === $is_enabled ) {

0 commit comments

Comments
 (0)