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/formatting.php: ent2ncr() | Converts named entities into numbered entities. |
wp-includes/query.php: is_comment_feed() | Is the query for a comments feed? |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment-template.php: get_comment_link() | Retrieves the link to a given comment. |
wp-includes/comment-template.php: get_comment_text | Filters the text of a comment. |
wp-includes/comment-template.php: get_comment_author() | Retrieves the author of the current comment. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |