Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:01:35 PM (3 years ago)
Author:
johnbillion
Message:

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

See #55646

File:
1 edited

Legend:

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

    r53760 r53877  
    572572     * @since 5.5.0
    573573     *
    574      * @param mixed           $item    Unmarked up and untranslated plugin data from {@see get_plugin_data()}.
     574     * @param array           $item    Unmarked up and untranslated plugin data from {@see get_plugin_data()}.
    575575     * @param WP_REST_Request $request Request object.
    576576     * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
Note: See TracChangeset for help on using the changeset viewer.