correct "type" in Atom comments feed alternate links. fixes #4381 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@5617 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-05-31 22:13:06 +00:00
parent 0b91f4aaca
commit 3cc7b4cbe3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment();
printf(__('By: %s'), get_comment_author_rss());
}
?></title>
<link rel="alternate" href="<?php comment_link(); ?>" type="<?php bloginfo_rss('content_type'); ?>" />
<link rel="alternate" href="<?php comment_link(); ?>" type="<?php bloginfo_rss('html_type'); ?>" />
<author>
<name><?php comment_author_rss(); ?></name>