mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
HTTP: in WP_HTTP_Response, the @param declarations for $status and $headers were swapped. Let us correct this.
See #37771. git-svn-id: https://develop.svn.wordpress.org/trunk@38315 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user