It’s Ok ! Instead of <?php comment_date(‘m/j/y’)?>; <?php comment_date(‘g:i a’)?> I wrote <?php comment_date(); ?> – <?php comment_time(); ?>
And it’s ok now !
Thanks for your help !
Thanks for your answer ! It helped me ! I paste this line <?php comment_date(‘m/j/y’)?>; <?php comment_date(‘g:i a’)?> in the library/core.php of my theme and it’s working !
But… The problem is that the hour is not dispayed like under the 24-hour clock system… And there’s not even “am” or “pm”
I’ve got to find the solution…
Thanks again for your answer !