Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
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_edit_comment_link() | Retrieves the edit comment link. |
wp-includes/link-template.php: edit_comment_link | Filters the comment edit link anchor tag. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |