comment_ID()

Display the comment id of the current comment.


Source

File: wp-includes/comment-template.php

function comment_ID() {
	echo get_comment_ID();
}


Changelog

Changelog
Version Description
WP-0.71 Introduced.