Changeset 23191 for trunk/wp-includes/comment.php
- Timestamp:
- 12/20/2012 03:55:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r22229 r23191 1674 1674 return false; 1675 1675 1676 // Now do a GET since we're going to look in the html headers (and we're sure it s not a binary file)1676 // Now do a GET since we're going to look in the html headers (and we're sure it's not a binary file) 1677 1677 $response = wp_remote_get( $url, array( 'timeout' => 2, 'httpversion' => '1.0' ) ); 1678 1678
Note: See TracChangeset
for help on using the changeset viewer.