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 -->
<?php endif; ?>
</article><!-- #post-## -->
</article><!-- #post-<?php the_ID(); ?> -->