diff --git a/wp-includes/class-wp-http-ixr-client.php b/wp-includes/class-wp-http-ixr-client.php index 769aa17669..601ca14319 100644 --- a/wp-includes/class-wp-http-ixr-client.php +++ b/wp-includes/class-wp-http-ixr-client.php @@ -69,11 +69,11 @@ class WP_HTTP_IXR_Client extends IXR_Client { } /** - * Filter to allow custom headers to be sent + * Filter the headers collection to be sent to the XML-RPC server. * * @since 4.4.0 * - * @param array $headers Header collection to be sent to the XML-RPC server. + * @param array $headers Array of headers to be sent. */ $args['headers'] = apply_filters( 'wp_http_ixr_client_headers', $args['headers'] ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 696d7791a8..4b570c1bfc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34202'; +$wp_version = '4.4-alpha-34203'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.