diff options
Diffstat (limited to 'themes/twentyfifteen/image.php')
-rw-r--r-- | themes/twentyfifteen/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/twentyfifteen/image.php b/themes/twentyfifteen/image.php index 5afa773f..3eb25b3f 100644 --- a/themes/twentyfifteen/image.php +++ b/themes/twentyfifteen/image.php @@ -74,7 +74,7 @@ get_header(); ?> <?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '<span class="edit-link">', '</span>' ); ?> </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 |