Correct return value for comment_exists(). fixes #20494.

git-svn-id: http://core.svn.wordpress.org/trunk@23433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-02-15 18:49:07 +00:00
parent 36d32c0504
commit 34862544fe

View File

@ -14,7 +14,7 @@
* *
* @param string $comment_author Author of the comment * @param string $comment_author Author of the comment
* @param string $comment_date Date of the comment * @param string $comment_date Date of the comment
* @return mixed Comment ID on success. * @return mixed Comment post ID on success.
*/ */
function comment_exists($comment_author, $comment_date) { function comment_exists($comment_author, $comment_date) {
global $wpdb; global $wpdb;