Make WordPress Core


Ignore:
Timestamp:
10/11/2013 10:01:14 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: first pass for updating code comments to reflect WP inline docs standards, see #25257.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/author.php

    r25743 r25769  
    11<?php
    22/**
    3  * The template for displaying Author archive pages.
     3 * The template for displaying Author archive pages
    44 *
    5  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     5 * @link http://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package WordPress
    88 * @subpackage Twenty_Fourteen
     9 * @since Twenty Fourteen 1.0
    910 */
    1011
     
    1920                <h1 class="archive-title">
    2021                    <?php
    21                         /* Queue the first post, that way we know what author
     22                        /*
     23                         * Queue the first post, that way we know what author
    2224                         * we're dealing with (if that is the case).
    2325                         *
     
    3739
    3840            <?php
    39                     /* Since we called the_post() above, we need to rewind
     41                    /*
     42                     * Since we called the_post() above, we need to rewind
    4043                     * the loop back to the beginning that way we can run
    4144                     * the loop properly, in full.
Note: See TracChangeset for help on using the changeset viewer.