Make WordPress Core


Ignore:
Timestamp:
04/27/2023 10:27:51 PM (18 months ago)
Author:
johnbillion
Message:

Docs: Correct and improve various documented types for properties, functions, and hooks.

See #57840

File:
1 edited

Legend:

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

    r55361 r55693  
    159159     * @since 4.4.0
    160160     *
    161      * @return WP_Error|null WP_Error indicates unsuccessful login, null indicates successful
    162      *                       or no authentication provided
     161     * @return WP_Error|null|true WP_Error indicates unsuccessful login, null indicates successful
     162     *                            or no authentication provided
    163163     */
    164164    public function check_authentication() {
Note: See TracChangeset for help on using the changeset viewer.