Changeset 21226
- Timestamp:
- 07/07/2012 04:23:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r21225 r21226 1551 1551 function test( $url ) { 1552 1552 // Expires - if expired then nothing else matters 1553 if ( time() > $this->expires )1553 if ( isset( $this->expires ) && time() > $this->expires ) 1554 1554 return false; 1555 1555
Note: See TracChangeset
for help on using the changeset viewer.