correct "type" in Atom comments feed alternate links. fixes #4381 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fbe9b4d76e
commit
09202da539
wp-includes
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue