function uzabila_comment_reply_text( $link ) {
$link = str_replace( 'Reply', 'Ответить', $link );
return $link;
}
add_filter( 'comment_reply_link', 'uzabila_comment_reply_text' ); ?>
function uzabila_comment_reply_text( $link ) {
$link = str_replace( 'Reply', 'Ответить', $link );
return $link;
}
add_filter( 'comment_reply_link', 'uzabila_comment_reply_text' ); ?>