Make WordPress Core


Ignore:
Timestamp:
08/22/2016 09:27:02 PM (10 years ago)
Author:
wonderboymusic
Message:

HTTP: in WP_HTTP_Response, the @param declarations for $status and $headers were swapped. Let us correct this.

See #37771.

File:
1 edited

Legend:

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

    r34953 r38315  
    2929         * @since 4.4.0
    3030         * @access public
    31          * @var int
     31         * @var array
    3232         */
    3333        public $headers;
     
    3838         * @since 4.4.0
    3939         * @access public
    40          * @var array
     40         * @var int
    4141         */
    4242        public $status;
Note: See TracChangeset for help on using the changeset viewer.