Changeset 34203
- Timestamp:
- 09/15/2015 04:15:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-ixr-client.php
r34164 r34203 70 70 71 71 /** 72 * Filter t o allow custom headers to be sent72 * Filter the headers collection to be sent to the XML-RPC server. 73 73 * 74 74 * @since 4.4.0 75 75 * 76 * @param array $headers Header collection to be sent to the XML-RPC server.76 * @param array $headers Array of headers to be sent. 77 77 */ 78 78 $args['headers'] = apply_filters( 'wp_http_ixr_client_headers', $args['headers'] );
Note: See TracChangeset
for help on using the changeset viewer.