Plugin Directory

Changeset 381245


Ignore:
Timestamp:
05/05/2011 12:07:27 PM (15 years ago)
Author:
Skimlinks
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skimlinks/trunk/functions.php

    r255422 r381245  
    2525        return false;
    2626   
    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' );
    3030    $subdomain_body = wp_remote_retrieve_body( $subdomain_response );
    3131   
Note: See TracChangeset for help on using the changeset viewer.