Make WordPress Core


Ignore:
Timestamp:
11/12/2019 10:40:29 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct some invalid hook docblocks.

See #48303

File:
1 edited

Legend:

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

    r46696 r46729  
    130130         * @since 4.4.0
    131131         *
    132          * @param WP_Error|null|true WP_Error if authentication error, null if authentication
    133          *                              method wasn't used, true if authentication succeeded.
     132         * @param WP_Error|null|true $errors WP_Error if authentication error, null if authentication
     133         *                                   method wasn't used, true if authentication succeeded.
    134134         */
    135135        return apply_filters( 'rest_authentication_errors', null );
Note: See TracChangeset for help on using the changeset viewer.