Changeset 25627 for trunk/src/wp-content/themes/twentyten/tag.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/tag.php
r15226 r25627 1 1 <?php 2 2 /** 3 * T he template for displaying Tag Archive pages.3 * Template for displaying Tag Archive pages 4 4 * 5 5 * @package WordPress … … 18 18 19 19 <?php 20 /* Run the loop for the tag archive to output the posts 20 /** 21 * Run the loop for the tag archive to output the posts 21 22 * If you want to overload this in a child theme then include a file 22 23 * called loop-tag.php and that will be used instead.
Note: See TracChangeset
for help on using the changeset viewer.