get_bloginfo("comments_atom_url") now works properly. fixes #4382 for trunk

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

View File

@ -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;