Make WordPress Core

Ticket #20494: 20494.docs.patch

File 20494.docs.patch, 507 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-admin/includes/comment.php

     
    1414 *
    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) {
    2020        global $wpdb;