wp/wp-content/themes/twentythirteen/image.php
changeset 10 372f2766ea20
parent 7 cf61fcea0001
--- a/wp/wp-content/themes/twentythirteen/image.php	Mon Oct 14 18:28:13 2019 +0200
+++ b/wp/wp-content/themes/twentythirteen/image.php	Mon Oct 14 18:30:03 2019 +0200
@@ -2,7 +2,7 @@
 /**
  * The template for displaying image attachments
  *
- * @link https://codex.wordpress.org/Template_Hierarchy
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
  *
  * @package WordPress
  * @subpackage Twenty_Thirteen
@@ -18,7 +18,7 @@
 				// Start the Loop.
 			while ( have_posts() ) :
 				the_post();
-			?>
+				?>
 
 			<article id="post-<?php the_ID(); ?>" <?php post_class( 'image-attachment' ); ?>>
 			<header class="entry-header">
@@ -91,7 +91,7 @@
 				</div><!-- .entry-content -->
 			</article><!-- #post -->
 
-			<?php comments_template(); ?>
+				<?php comments_template(); ?>
 
 			<?php endwhile; // End the loop. ?>