mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Docblock corrections and improvements, mostly related to various pre_* filters.
See #47110 git-svn-id: https://develop.svn.wordpress.org/trunk@46232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -286,8 +286,8 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @param string $error The XML-RPC error message.
|
||||
* @param WP_User $user WP_User object.
|
||||
* @param string $error The XML-RPC error message.
|
||||
* @param WP_Error $user WP_Error object.
|
||||
*/
|
||||
$this->error = apply_filters( 'xmlrpc_login_error', $this->error, $user );
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user