前段时间陈公子说blog打开速度太慢,当然不出意外肯定是大墙的问题。但是呢,又懒得改。直到最近实在无法忍受了就改改吧。
修改wp-includes目录下的pluggable.php 第2155行为:
	if ( is_ssl() ) {
		$host = 'https://secure.gravatar.com';
	} else {
		$host = 'http://www.gravatar.com';
	}
	前段时间陈公子说blog打开速度太慢,当然不出意外肯定是大墙的问题。但是呢,又懒得改。直到最近实在无法忍受了就改改吧。
修改wp-includes目录下的pluggable.php 第2155行为:
	if ( is_ssl() ) {
		$host = 'https://secure.gravatar.com';
	} else {
		$host = 'http://www.gravatar.com';
	}