Make WordPress Core


Ignore:
Timestamp:
03/25/2018 07:32:24 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-ixr-client.php

    r42343 r42876  
    7373         * @since 4.4.0
    7474         *
    75          * @param array $headers Array of headers to be sent.
     75         * @param string[] $headers Associative array of headers to be sent.
    7676         */
    7777        $args['headers'] = apply_filters( 'wp_http_ixr_client_headers', $args['headers'] );
Note: See TracChangeset for help on using the changeset viewer.