From ae4d65abd54f8de97d79e9adf4e4fc0b5a493dfa Mon Sep 17 00:00:00 2001 From: spirit Date: Fri, 15 Nov 2019 09:37:23 +0800 Subject: [PATCH] translate --- functions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index 006ced5..04d429a 100644 --- a/functions.php +++ b/functions.php @@ -387,19 +387,19 @@ if(!function_exists('akina_comment_format')){
$depth, 'max_depth' => $args['max_depth']))); ?>
-
comment_agent); ?>comment_agent); ?> : +
comment_agent); ?>comment_agent); ?> : comment_ID; $i_private = get_comment_meta($comment_ID, '_private', true); - $flag .= ' '.__('Private', 'mashiro').': '; + $flag .= ' '.__("Private", "sakura").': '; if (!empty($i_private)) { - $flag .= __('Yes', 'mashiro').' '; + $flag .= __("Yes", "sakura").' '; } else { - $flag .= __('No', 'mashiro').' '; + $flag .= __("No", "sakura").' '; } $flag .= ''; $flag .= edit_comment_link(' '.__("Edit", "mashiro"), ' ', '');