summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/image.php')
-rw-r--r--themes/twentysixteen/image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/twentysixteen/image.php b/themes/twentysixteen/image.php
index 5fcbb901..ea64a146 100644
--- a/themes/twentysixteen/image.php
+++ b/themes/twentysixteen/image.php
@@ -93,7 +93,7 @@ get_header(); ?>
);
?>
</footer><!-- .entry-footer -->
- </article><!-- #post-## -->
+ </article><!-- #post-<?php the_ID(); ?> -->
<?php
// If comments are open or we have at least one comment, load up the comment template.