--- a/wp/wp-content/themes/twentythirteen/taxonomy-post_format.php Mon Oct 14 18:28:13 2019 +0200
+++ b/wp/wp-content/themes/twentythirteen/taxonomy-post_format.php Mon Oct 14 18:30:03 2019 +0200
@@ -6,7 +6,7 @@
* If you'd like to further customize these Post Format views, you may create a
* new template file for each specific one.
*
- * @link https://codex.wordpress.org/Template_Hierarchy
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -27,7 +27,7 @@
<?php
while ( have_posts() ) :
the_post();
-?>
+ ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>