Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
fixed issue #15
Browse files Browse the repository at this point in the history
  • Loading branch information
zyml committed Sep 24, 2012
1 parent 9cd61bd commit c5d12c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section-line.php
Expand Up @@ -8,5 +8,5 @@
<li <?php post_class() ?>>
<span class="entry-date"><?php the_time( get_option( 'date_format' ) ) ?></span>
<h3 class="entry-title"><a rel="bookmark" href="<?php the_permalink() ?>" title="<?php printf( __('Permalink to %s', 'ar2'), get_the_title() ) ?>"><?php the_title() ?></a></h3>
<a class="entry-comments" href="<?php comments_link() ?>"><?php comments_number() ?></a>
<a class="entry-comments" href="<?php comments_link() ?>"><?php comments_number( __( 'No Comments', 'ar2' ), __( '1 Comment', 'ar2' ), _n( '% Comment', '% Comments', get_comments_number(), 'ar2' ) ) ?></a>
</li>

0 comments on commit c5d12c0

Please sign in to comment.