Changeset 42343 for trunk/src/wp-includes/class-wp-http-requests-hooks.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-requests-hooks.php
r40988 r42343 37 37 */ 38 38 public function __construct( $url, $request ) { 39 $this->url = $url;39 $this->url = $url; 40 40 $this->request = $request; 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.