Make WordPress Core


Ignore:
Timestamp:
09/21/2019 05:40:58 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Docblock corrections and improvements, mostly related to various pre_* filters.

See #47110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r46150 r46232  
    287287             * @since 3.5.0
    288288             *
    289              * @param string  $error The XML-RPC error message.
    290              * @param WP_User $user  WP_User object.
     289             * @param string   $error The XML-RPC error message.
     290             * @param WP_Error $user  WP_Error object.
    291291             */
    292292            $this->error = apply_filters( 'xmlrpc_login_error', $this->error, $user );
Note: See TracChangeset for help on using the changeset viewer.