Changeset 3196
- Timestamp:
- 11/22/05 15:01:32 (3 years ago)
- Files:
-
- trunk/wp-commentsrss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-commentsrss2.php
r3076 r3196 47 47 if ($comments) { 48 48 foreach ($comments as $comment) { 49 // Some plugins may need to know the metadata 50 // associated with this comment's post: 51 get_post_custom($comment->comment_post_ID); 49 52 ?> 50 53 <item>
