Make WordPress Core

Changeset 18457


Ignore:
Timestamp:
07/21/2011 09:44:35 PM (15 years ago)
Author:
ryan
Message:

Empty headers instance var instead of unsetting to avoid warning. Props chrisbliss18. fixes #18157

File:
1 edited

Legend:

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

    r18254 r18457  
    11181118                }
    11191119
    1120                 unset( $this->headers );
     1120                $this->headers = '';
    11211121
    11221122                $response = array();
Note: See TracChangeset for help on using the changeset viewer.