@@ -522,10 +522,10 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
__('✓ 已通过', 'argon'),
- 'hold' => __('⏳ 待审核', 'argon'),
- 'trash' => __('🗑️ 回收站', 'argon'),
- 'spam' => __('⚠️ 垃圾评论', 'argon')
+ 'approved' => __('已通过', 'argon'),
+ 'hold' => __('待审核', 'argon'),
+ 'trash' => __('回收站', 'argon'),
+ 'spam' => __('垃圾评论', 'argon')
];
echo isset($status_labels[$result['comment_status']]) ? esc_html($status_labels[$result['comment_status']]) : esc_html($result['comment_status']);
?>
@@ -539,18 +539,18 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }