</title>
<subtitle type="text"><?php
bloginfo_rss( 'description'
); ?></subtitle>
<updated><?php
echo get_feed_build_date( 'Y-m-d\TH:i:s\Z'
); ?></updated>
<?php
if ( is_singular() ) : ?>
<link rel="alternate" type="<?php
bloginfo_rss( 'html_type'
); ?>" href="<?php
comments_link_feed(); ?>" />
<link rel="self" type="application/atom+xml" href="<?php
echo esc_url( get_post_comments_feed_link( '', 'atom'
) ); ?>" />
<id><?php
echo esc_url( get_post_comments_feed_link( '', 'atom'
) ); ?></id>
<?php
elseif ( is_search() ) : ?>
<link rel="alternate" type="<?php
bloginfo_rss( 'html_type'
); ?>" href="<?php
echo home_url() . '?s=' .
get_search_query(); ?>" />
<link rel="self" type="application/atom+xml" href="<?php
echo get_search_comments_feed_link( '', 'atom'
); ?>" />
<id><?php
echo get_search_comments_feed_link( '', 'atom'
); ?></id>
<?php
else : ?>
<link rel="alternate" type="<?php
bloginfo_rss( 'html_type'
); ?>" href="<?php
bloginfo_rss( 'url'
); ?>" />
<link rel="self" type="application/atom+xml" href="<?php
bloginfo_rss( 'comments_atom_url'
); ?>" />
<id><?php
bloginfo_rss( 'comments_atom_url'
); ?></id>
<?php
endif; ?>
<?php
/**
* Fires at the end of the Atom comment feed header.
*
* @since 2.8.0
*/