get_bloginfo("comments_atom_url") now works properly. fixes #4382 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
09202da539
commit
bd89b78f8d
|
@ -109,6 +109,7 @@ function get_bloginfo($show='') {
|
|||
break;
|
||||
case 'comments_atom_url':
|
||||
$output = get_feed_link('comments_atom');
|
||||
break;
|
||||
case 'comments_rss2_url':
|
||||
$output = get_feed_link('comments_rss2');
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue