mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
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:
parent
36d32c0504
commit
34862544fe
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user