Paste #23682

Welcome On LodgeIt

Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)

hide this notification

1
2
3
4
5
6
<?php 
// Remplacer
// <h3 id="comments"><?php comments_number('Aucun commentaire', 'Un commentaire', '% commentaires' );?> pour &#8220;<?php the_title(); ?>&#8221;</h3> 
// Par
<h3 id="comments"><?php comments_human_number('Aucun commentaire', 'Un commentaire', '% commentaires', '', $comments_human_counter );?> pour &#8220;<?php the_title(); ?>&#8221;</h3> 
?>