Skip to content

Commit

Permalink
Adds echo for comment/response count; Closes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
imperialwicket committed May 17, 2012
1 parent 0d3709a commit 09731ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commentform.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
?>

<div id="comments">
<h3><?php $theme->comments_count($post,'%d Responses','%d Response','%d Responses'); ?> <?php _e('to'); ?> <?php echo $post->title; ?></h3>
<h3><?php echo $theme->comments_count($post,'%d Responses','%d Response','%d Responses'); ?> <?php _e('to'); ?> <?php echo $post->title; ?></h3>
<a href="<?php echo $post->comment_feed_link; ?>"><?php _e('Feed for this Entry'); ?></a>
<?php if ( $post->comments->pingbacks->count ) : ?>
<div id="pings">
Expand Down

0 comments on commit 09731ba

Please sign in to comment.