forked from mirror/_s
Adding ID to comment labels for post
This commit is contained in:
parent
b330bbaba7
commit
d61599b1ef
|
@ -40,4 +40,4 @@
|
||||||
?>
|
?>
|
||||||
</footer><!-- .entry-footer -->
|
</footer><!-- .entry-footer -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</article><!-- #post-## -->
|
</article><!-- #post-<?php the_ID(); ?> -->
|
||||||
|
|
|
@ -27,4 +27,4 @@
|
||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
<?php _s_entry_footer(); ?>
|
<?php _s_entry_footer(); ?>
|
||||||
</footer><!-- .entry-footer -->
|
</footer><!-- .entry-footer -->
|
||||||
</article><!-- #post-## -->
|
</article><!-- #post-<?php the_ID(); ?> -->
|
||||||
|
|
|
@ -44,4 +44,4 @@
|
||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
<?php _s_entry_footer(); ?>
|
<?php _s_entry_footer(); ?>
|
||||||
</footer><!-- .entry-footer -->
|
</footer><!-- .entry-footer -->
|
||||||
</article><!-- #post-## -->
|
</article><!-- #post-<?php the_ID(); ?> -->
|
||||||
|
|
Reference in New Issue