Make WordPress Core


Ignore:
Timestamp:
09/20/2013 07:33:23 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256.

File:
1 edited

Legend:

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

    r23680 r25522  
    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
     
    1818
    1919            <?php
    20                 /* Queue the first post, that way we know
    21                  * what author we're dealing with (if that is the case).
     20                /**
     21                 * Queue the first post, that way we know what author
     22                 * we're dealing with (if that is the case).
    2223                 *
    2324                 * We reset this later so we can run the loop
     
    3233
    3334            <?php
    34                 /* Since we called the_post() above, we need to
     35                /**
     36                 * Since we called the_post() above, we need to
    3537                 * rewind the loop back to the beginning that way
    3638                 * we can run the loop properly, in full.
Note: See TracChangeset for help on using the changeset viewer.