- Timestamp:
- 05/07/2017 04:08:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r40105 r40577 287 287 */ 288 288 public function remove_header( $key ) { 289 $key = $this->canonicalize_header_name( $key ); 289 290 unset( $this->headers[ $key ] ); 290 291 }
Note: See TracChangeset
for help on using the changeset viewer.