Correct return value for comment_exists(). fixes #20494.
git-svn-id: https://develop.svn.wordpress.org/trunk@23433 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8eebc4d4ff
commit
ee16ed9e0b
@ -14,7 +14,7 @@
|
||||
*
|
||||
* @param string $comment_author Author 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) {
|
||||
global $wpdb;
|
||||
|
Loading…
Reference in New Issue
Block a user