diff --git a/wp-includes/class-wp-http-response.php b/wp-includes/class-wp-http-response.php index e46b01e080..da83de1d58 100644 --- a/wp-includes/class-wp-http-response.php +++ b/wp-includes/class-wp-http-response.php @@ -28,7 +28,7 @@ class WP_HTTP_Response { * * @since 4.4.0 * @access public - * @var int + * @var array */ public $headers; @@ -37,7 +37,7 @@ class WP_HTTP_Response { * * @since 4.4.0 * @access public - * @var array + * @var int */ public $status; diff --git a/wp-includes/version.php b/wp-includes/version.php index 27451bbe34..d255b0ca0f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38314'; +$wp_version = '4.7-alpha-38315'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.