From b96d467630facd58e243ece9b20e43291e0e8ce0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 28 Jan 2013 02:20:47 +0000 Subject: [PATCH] Add missing inline descriptions. props momo360modena, aaronholbrook. see #20494, fixes #23304. git-svn-id: https://develop.svn.wordpress.org/trunk@23350 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/comment.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) {