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"), ' ', '');