]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/author.php
WordPress 4.3.1
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / author.php
index dd27b07aefd5d9012ec953fb6ab40eb9381e40db..c7b5d87ada7a9c9f1d2ed484322e01fd996583f2 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
- * The template for displaying Author archive pages.
+ * The template for displaying Author archive pages
  *
- * Learn more: http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
  *
  * @package WordPress
  * @subpackage Twenty_Thirteen
@@ -17,8 +17,9 @@ get_header(); ?>
                <?php if ( have_posts() ) : ?>
 
                        <?php
-                               /* Queue the first post, that way we know
-                                * what author we're dealing with (if that is the case).
+                               /*
+                                * Queue the first post, that way we know what author
+                                * we're dealing with (if that is the case).
                                 *
                                 * We reset this later so we can run the loop
                                 * properly with a call to rewind_posts().
@@ -31,7 +32,8 @@ get_header(); ?>
                        </header><!-- .archive-header -->
 
                        <?php
-                               /* Since we called the_post() above, we need to
+                               /*
+                                * Since we called the_post() above, we need to
                                 * rewind the loop back to the beginning that way
                                 * we can run the loop properly, in full.
                                 */
@@ -57,4 +59,4 @@ get_header(); ?>
        </div><!-- #primary -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>