Make WordPress Core

Changeset 34203


Ignore:
Timestamp:
09/15/2015 04:15:39 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Update the hook doc summary for the wp_http_ixr_client_headers filter, introduced in [34164].

The idea is to try to reflect what the filterable value is rather than why it's filterable.

Fixes #24598.

File:
1 edited

Legend:

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

    r34164 r34203  
    7070
    7171        /**
    72          * Filter to allow custom headers to be sent
     72         * Filter the headers collection to be sent to the XML-RPC server.
    7373         *
    7474         * @since 4.4.0
    7575         *
    76          * @param array $headers Header collection to be sent to the XML-RPC server.
     76         * @param array $headers Array of headers to be sent.
    7777         */
    7878        $args['headers'] = apply_filters( 'wp_http_ixr_client_headers', $args['headers'] );
Note: See TracChangeset for help on using the changeset viewer.