Changeset 4133 for trunk/wp-trackback.php
- Timestamp:
- 08/30/2006 04:40:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-trackback.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-trackback.php
r3928 r4133 87 87 $dupe = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = '$comment_post_ID' AND comment_author_url = '$comment_author_url'"); 88 88 if ( $dupe ) 89 trackback_response(1, 'We already have a ping from that UR Ifor this post.');89 trackback_response(1, 'We already have a ping from that URL for this post.'); 90 90 91 91 $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type');
Note: See TracChangeset
for help on using the changeset viewer.