Changeset 47122 for trunk/src/wp-content/themes/twentyten/tag.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/tag.php
r45932 r47122 20 20 </h1> 21 21 22 <?php23 /*24 * Run the loop for the tag archive to output the posts25 * If you want to overload this in a child theme then include a file26 * called loop-tag.php and that will be used instead.27 */28 get_template_part( 'loop', 'tag' );29 ?>22 <?php 23 /* 24 * Run the loop for the tag archive to output the posts 25 * If you want to overload this in a child theme then include a file 26 * called loop-tag.php and that will be used instead. 27 */ 28 get_template_part( 'loop', 'tag' ); 29 ?> 30 30 </div><!-- #content --> 31 31 </div><!-- #container -->
Note: See TracChangeset
for help on using the changeset viewer.