Changeset 18716 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 09/19/2011 12:39:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r14950 r18716 43 43 <?php 44 44 if ( have_comments() ) : while ( have_comments() ) : the_comment(); 45 $comment_post = get_post($comment->comment_post_ID); 46 get_post_custom($comment_post->ID); 45 $comment_post = $GLOBALS['post'] = get_post( $comment->comment_post_ID ); 47 46 ?> 48 47 <entry>
Note: See TracChangeset
for help on using the changeset viewer.