From f6b6123c0b544042c484ad6e45028b6eff6c6e8a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 10 Dec 2008 05:51:56 +0000 Subject: [PATCH] ref not rel. Props oddthinking. fixes #8292 git-svn-id: https://develop.svn.wordpress.org/trunk@10164 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/feed-atom-comments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/feed-atom-comments.php b/wp-includes/feed-atom-comments.php index 687b450753..1a27bde90f 100644 --- a/wp-includes/feed-atom-comments.php +++ b/wp-includes/feed-atom-comments.php @@ -73,12 +73,12 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment(); comment_parent == 0 ) : // This comment is top level ?> - + comment_parent); // The rel attribute below and the id tag above should be GUIDs, but WP doesn't create them for comments (unlike posts). Either way, its more important that they both use the same system ?> - + comment_ID, $comment_post->ID); ?>