Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:55:36 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Corrections relating to types used in inline documentation for comment ID and site ID proprties.

Includes a correction for a typo introduced in [52204].

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-navigation-areas-controller.php

    r52204 r52205  
    247247                 * returned.
    248248                 *
    249                  * @param WP_REST_Response\WP_Error $response The response object, or WP_Error object on failure.
     249                 * @param WP_REST_Response|WP_Error $response The response object, or WP_Error object on failure.
    250250                 * @param object                    $area     The original status object.
    251251                 * @param WP_REST_Request           $request  Request used to generate the response.
Note: See TracChangeset for help on using the changeset viewer.