Merge pull request #1106 from vinoddalvi/master

Adding ID to comment labels for post articles
This commit is contained in:
David A. Kennedy 2017-06-10 00:29:24 -04:00 committed by GitHub
commit 7320fe67a3
3 changed files with 3 additions and 3 deletions

View File

@ -47,4 +47,4 @@
?> ?>
</footer><!-- .entry-footer --> </footer><!-- .entry-footer -->
<?php endif; ?> <?php endif; ?>
</article><!-- #post-## --> </article><!-- #post-<?php the_ID(); ?> -->

View File

@ -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(); ?> -->

View File

@ -51,4 +51,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(); ?> -->