Ticket #20494: 20494.docs.patch
File 20494.docs.patch, 507 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/comment.php
14 14 * 15 15 * @param string $comment_author Author of the comment 16 16 * @param string $comment_date Date of the comment 17 * @return mixed Comment ID on success.17 * @return mixed Comment post ID on success. 18 18 */ 19 19 function comment_exists($comment_author, $comment_date) { 20 20 global $wpdb;