diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-includes/feed-rss2-comments.php
--- a/web/wp-includes/feed-rss2-comments.php Thu Sep 16 15:45:36 2010 +0000
+++ b/web/wp-includes/feed-rss2-comments.php Mon Nov 19 18:26:13 2012 +0100
@@ -29,14 +29,12 @@
-
comment_post_ID);
- get_post_custom($comment_post->ID);
+ $comment_post = $GLOBALS['post'] = get_post( $comment->comment_post_ID );
?>
-