Changeset 25522 for trunk/src/wp-content/themes/twentythirteen/author.php
- Timestamp:
- 09/20/2013 07:33:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/author.php
r23680 r25522 1 1 <?php 2 2 /** 3 * The template for displaying Author archive pages .3 * The template for displaying Author archive pages 4 4 * 5 * Learn more:http://codex.wordpress.org/Template_Hierarchy5 * @link http://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package WordPress … … 18 18 19 19 <?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). 22 23 * 23 24 * We reset this later so we can run the loop … … 32 33 33 34 <?php 34 /* Since we called the_post() above, we need to 35 /** 36 * Since we called the_post() above, we need to 35 37 * rewind the loop back to the beginning that way 36 38 * we can run the loop properly, in full.
Note: See TracChangeset
for help on using the changeset viewer.