Changeset 21225
- Timestamp:
- 07/07/2012 02:27:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r20767 r21225 1392 1392 1393 1393 $home = parse_url( get_option('siteurl') ); 1394 1395 $result = apply_filters( 'pre_http_send_through_proxy', null, $uri, $check, $home ); 1396 if ( ! is_null( $result ) ) 1397 return $result; 1394 1398 1395 1399 if ( $check['host'] == 'localhost' || $check['host'] == $home['host'] )
Note: See TracChangeset
for help on using the changeset viewer.