Ticket #23304: 23304.patch
File 23304.patch, 496 bytes (added by , 8 years ago) |
---|
-
wp-admin/includes/comment.php
7 7 */ 8 8 9 9 /** 10 * {@internal Missing Short Description}}10 * Check to see if comment exists 11 11 * 12 12 * @since 2.0.0 13 13 * @uses $wpdb … … 68 68 } 69 69 70 70 /** 71 * {@internal Missing Short Description}}71 * Returns a comment object based on ID of comment 72 72 * 73 73 * @since 2.0.0 74 74 *