admin管理员组

文章数量:1434800

How do I change the text "This comment was edited." in this function.php?

<?php if ($edit_comment == "edited") {?>


<em class="comment-edited">


<?php if (isset($its_question) && $its_question == "question") {


esc_html_e('This answer was edited.','wpqa');


}else {


esc_html_e('This comment was edited.','wpqa');


}?>

本文标签: How do I edit the text in this functionphp file