Make WordPress Core


Ignore:
Timestamp:
02/15/2013 06:49:07 PM (12 years ago)
Author:
SergeyBiryukov
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/comment.php

    r23416 r23433  
    1515 * @param string $comment_author Author of the comment
    1616 * @param string $comment_date Date of the comment
    17  * @return mixed Comment ID on success.
     17 * @return mixed Comment post ID on success.
    1818 */
    1919function comment_exists($comment_author, $comment_date) {
Note: See TracChangeset for help on using the changeset viewer.