]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentytwelve/tag.php
WordPress 3.8.2-scripts
[autoinstalls/wordpress.git] / wp-content / themes / twentytwelve / tag.php
index 9bf77e0a7e5182bb8d876bfb06b9f7f7786e9150..4e8b14c70ebbb5308fde46942b4cf0bc311725fc 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * The template for displaying Tag pages.
+ * The template for displaying Tag pages
  *
  * Used to display archive-type pages for posts in a tag.
  *
- * Learn more: http://codex.wordpress.org/Template_Hierarchy
+ * @link http://codex.wordpress.org/Template_Hierarchy
  *
  * @package WordPress
  * @subpackage Twenty_Twelve
@@ -29,7 +29,8 @@ get_header(); ?>
                        /* Start the Loop */
                        while ( have_posts() ) : the_post();
 
-                               /* Include the post format-specific template for the content. If you want to
+                               /*
+                                * Include the post format-specific template for the content. If you want to
                                 * this in a child theme then include a file called called content-___.php
                                 * (where ___ is the post format) and that will be used instead.
                                 */