Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/link-template.php: edit_comment_link() | Displays the edit comment link with formatting. |
wp-includes/comment-template.php: comment_ID() | Displays the comment ID of the current comment. |
wp-includes/comment-template.php: comment_class() | Generates semantic classes for each comment element. |
wp-includes/comment-template.php: comment_author_link() | Displays the HTML link to the URL of the author of the current comment. |