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:
parent
3cc7b4cbe3
commit
2731fd5a54
@ -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
Block a user