Changeset 8645 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 08/14/2008 06:30:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r7775 r8645 1 1 <?php 2 2 3 /** 4 * {@internal Missing Short Description}} 5 * 6 * @since unknown 7 * @uses $wpdb 8 * 9 * @param string $comment_author 10 * @param string $comment_date 11 * @return mixed Comment ID on success. 12 */ 3 13 function comment_exists($comment_author, $comment_date) { 4 14 global $wpdb; … … 8 18 } 9 19 20 /** 21 * 22 * 23 */ 10 24 function edit_comment() { 11 25
Note: See TracChangeset
for help on using the changeset viewer.