Hi again,
please, how to add $comment_count > 1 ? __ (…) to this? :
function my_multiplecomments_text($text) {
return 'personnes vous offrent leur témoignage';
}
add_filter('thematic_multiplecomments_text', 'my_multiplecomments_text');
This function make the comment_count to disappear :(
Sorry, I'm not a php crack (this means all my trys are falling down, bouh!).