From fc6d3c00f4bc21ec83a0dfa1137ab3c986751b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=B4=BE=E5=A4=87=E6=A1=88?= <130886204+modiqi@users.noreply.github.com> Date: Fri, 16 May 2025 10:13:51 +0800 Subject: [PATCH] Update cravatar.php --- includes/cravatar.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/cravatar.php b/includes/cravatar.php index 028b173..22a4edd 100644 --- a/includes/cravatar.php +++ b/includes/cravatar.php @@ -1,7 +1,7 @@ '.__('You can update your profile picture at Cravatar.cn', 'wpavatar').''; + return ''.__('You can update your profile picture at cn.cravatar.com', 'wpavatar').''; } if (get_option('wpavatar_enable_cravatar', '0') == '1') { @@ -84,7 +84,7 @@ function wpavatar_render_settings_page()