Uses
| Uses | Description |
|---|---|
| wp-admin/includes/class-wp-comments-list-table.php: WP_Comments_List_Table::column_author() | |
| wp-admin/includes/comment.php: comment_edit_pre | Filters the comment content before editing. |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/formatting.php: esc_textarea() | Escaping for textarea values. |
| wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
| wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
| 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: comment_text() | Displays the text of the current 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. |