Changeset 5099 for branches/2.0/wp-trackback.php
- Timestamp:
- 03/25/2007 11:06:28 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-trackback.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-trackback.php
r4677 r5099 85 85 } 86 86 87 $comment_post_ID = $tb_id;87 $comment_post_ID = (int) $tb_id; 88 88 $comment_author = $blog_name; 89 89 $comment_author_email = '';
Note: See TracChangeset
for help on using the changeset viewer.