269
edits
m (I've tested the list of files on my test 2.0.4 site and everything seems to work. So changing 2.0.3 to 2.0.4) |
m (→functions.php: Forgot a line in the code!) |
||
Line 201: | Line 201: | ||
$proxy_cont .= fread($proxy_fp,4096); | $proxy_cont .= fread($proxy_fp,4096); | ||
fclose($proxy_fp); | fclose($proxy_fp); | ||
$proxy_cont = substr($proxy_cont, strpos($proxy_cont,"\r\n\r\n")+4); | |||
return $proxy_cont; | |||
} else if ( function_exists('curl_init') ) { | } else if ( function_exists('curl_init') ) { | ||
Now the Google Sitemaps plugin should work a treat and ping google correctly. | Now the Google Sitemaps plugin should work a treat and ping google correctly. |
edits