File: wp-admin/includes/comment.php
-
functioncomment_exists()
Determines if a comment exists based on author and date.
-
functionedit_comment()
Updates a comment with values provided in $_POST.
-
functionget_comment_to_edit()
Returns a WP_Comment object based on comment ID.
-
hookcomment_edit_pre
Filters the comment content before editing.
-
functionget_pending_comments_num()
Gets the number of pending comments on a post or posts.
-
functionfloated_admin_avatar()
Adds avatars to relevant places in admin.
-
functionenqueue_comment_hotkeys_js()
Enqueues comment shortcuts jQuery script.
-
functioncomment_footer_die()
Displays error message at bottom of comments.