<?phpprintf(__('This entry was posted in %1$s%2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>. Follow any comments here with the <a href="%5$s" title="Comments RSS to %4$s" rel="alternate" type="application/rss+xml">RSS feed for this post</a>.','twentyten'),
get_the_category_list(', '),
get_the_tag_list(__(' and tagged ','twentyten'),', ',''),
get_permalink(),
the_title_attribute('echo=0'),
comments_rss())?>
<?phpif(('open'==$post->comment_status)&&('open'==$post->ping_status)):// Comments and trackbacks open ?>
<?phpprintf(__('<a class="comment-link" href="#respond" title="Post a comment">Post a comment</a> or leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.','twentyten'),get_trackback_url())?>
<?phpelseif(!('open'==$post->comment_status)&&('open'==$post->ping_status)):// Only trackbacks open ?>
<?phpprintf(__('Comments are closed, but you can leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.','twentyten'),get_trackback_url())?>
<?phpelseif(('open'==$post->comment_status)&&!('open'==$post->ping_status)):// Only comments open ?>
<?php_e('Trackbacks are closed, but you can <a class="comment-link" href="#respond" title="Post a comment">post a comment</a>.','twentyten')?>
<?phpelseif(!('open'==$post->comment_status)&&!('open'==$post->ping_status)):// Comments and trackbacks closed ?>
<?php_e('Both comments and trackbacks are currently closed.','twentyten')?>