diff --git a/wp-admin/includes/comment.php b/wp-admin/includes/comment.php index 8458911575..2930c050df 100644 --- a/wp-admin/includes/comment.php +++ b/wp-admin/includes/comment.php @@ -7,7 +7,7 @@ */ /** - * {@internal Missing Short Description}} + * Determine if a comment exists based on author and date. * * @since 2.0.0 * @uses $wpdb @@ -68,11 +68,11 @@ function edit_comment() { } /** - * {@internal Missing Short Description}} + * Returns a comment object based on comment ID. * * @since 2.0.0 * - * @param int $id ID of comment to retrieve + * @param int $id ID of comment to retrieve. * @return bool|object Comment if found. False on failure. */ function get_comment_to_edit( $id ) {