Changeset 13816 for trunk/wp-content/themes/twentyten/author.php
- Timestamp:
- 03/25/2010 10:04:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/author.php
r13720 r13816 22 22 <?php rewind_posts(); ?> 23 23 24 <?php get_generic_template( 'loop', 'author' ); ?> 25 24 <?php 25 /* Run the loop for the author archive page to output the authors posts 26 * If you want to overload this in a child theme then include a file 27 * called loop-author.php and that will be used instead. 28 */ 29 get_template_part( 'loop', 'author' ); 30 ?> 26 31 </div><!-- #content --> 27 32 </div><!-- #container -->
Note: See TracChangeset
for help on using the changeset viewer.