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/link-template.php: get_post_comments_feed_link() | Retrieves the permalink for the post comments feed. |
wp-includes/link-template.php: post_comments_feed_link_html | Filters the post comment feed link anchor tag. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |