修复:提高G家头像替换过滤器的优先级,因为很多用户反馈一些主题会将G家头像接管到不可用的第三方节点上

This commit is contained in:
孙锡源 2021-04-21 00:06:39 +08:00
parent a4a13bbe5f
commit a8f491ff06

View file

@ -227,7 +227,7 @@ if (!class_exists('WP_CHINA_YES')) {
'secure.gravatar.com',
'cn.gravatar.com'
], 'gravatar.wp-china-yes.net', $avatar);
});
}, 1);
}
}