Changeset 21227
- Timestamp:
- 07/07/2012 12:06:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r21226 r21227 1591 1591 */ 1592 1592 function getHeaderValue() { 1593 if ( empty( $this->name ) || empty( $this->value ) )1593 if ( ! isset( $this->name ) || ! isset( $this->value ) ) 1594 1594 return ''; 1595 1595
Note: See TracChangeset
for help on using the changeset viewer.