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
This commit is contained in:
Sergey Biryukov 2013-01-28 02:20:47 +00:00
parent 7b811871b6
commit b96d467630
1 changed files with 3 additions and 3 deletions

View File

@ -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 ) {