Displays the link to the comments.
$comment = null
Sortie :
@param int|WP_Comment $comment Optional. Comment object or ID. Defaults to global comment object.
// Utilisation de la fonction comment_link
$result = comment_link($comment = null);
if ($result) {
// Votre logique ici
}
Chargement des actualités...