Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/pluggable.php: get_avatar() | Retrieve the avatar |
wp-includes/link-template.php: edit_comment_link() | Displays the edit comment link with formatting. |
wp-includes/comment-template.php: comment_reply_link() | Displays the HTML content for reply to comment link. |
wp-includes/comment-template.php: comment_ID() | Displays the comment ID of the current comment. |
wp-includes/comment-template.php: get_comment_link() | Retrieves the link to a given comment. |
wp-includes/comment-template.php: comment_time() | Displays the comment time of the current comment. |
wp-includes/comment-template.php: get_comment_time() | Retrieves the comment time of the current comment. |
wp-includes/comment-template.php: comment_text() | Displays the text of the current comment. |
wp-includes/comment-template.php: comment_class() | Generates semantic classes for each comment element. |
wp-includes/comment-template.php: get_comment_date() | Retrieves the comment date of the current comment. |
wp-includes/comment-template.php: get_comment_author_link() | Retrieves the HTML link to the URL of the author of the current comment. |
wp-includes/comment-template.php: get_comment_author() | Retrieves the author of the current comment. |
wp-includes/comment.php: wp_get_current_commenter() | Get current commenter’s name, email, and URL. |