Adding ID to comment labels for post
This commit is contained in:
parent
b330bbaba7
commit
d61599b1ef
3 changed files with 3 additions and 3 deletions
|
@ -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(); ?> -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue