Changeset 381245
- Timestamp:
- 05/05/2011 12:07:27 PM (15 years ago)
- File:
-
- 1 edited
-
skimlinks/trunk/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skimlinks/trunk/functions.php
r255422 r381245 25 25 return false; 26 26 27 $skimlinks_redirect_domain = 'http://redirectingat.com/check/ ';28 29 $subdomain_response = wp_remote_get( trailingslashit( $subdomain ) . 'check/ ' );27 $skimlinks_redirect_domain = 'http://redirectingat.com/check/domain_check.html'; 28 29 $subdomain_response = wp_remote_get( trailingslashit( $subdomain ) . 'check/domain_check.html' ); 30 30 $subdomain_body = wp_remote_retrieve_body( $subdomain_response ); 31 31
Note: See TracChangeset
for help on using the changeset viewer.