Changeset 41707
- Timestamp:
- 10/03/2017 03:17:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-response.php
r41162 r41707 49 49 */ 50 50 public function __construct( $data = null, $status = 200, $headers = array() ) { 51 $this-> data = $data;51 $this->set_data( $data ); 52 52 $this->set_status( $status ); 53 53 $this->set_headers( $headers );
Note: See TracChangeset
for help on using the changeset viewer.