Changeset 13816 for trunk/wp-content/themes/twentyten/index.php
- Timestamp:
- 03/25/2010 10:04:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/index.php
r13498 r13816 4 4 <div id="content"> 5 5 6 <?php get_generic_template( 'loop', 'index' ); ?> 7 6 <?php 7 /* Run the loop to output the posts. 8 * If you want to overload this in a child theme then include a file 9 * called loop-index.php and that will be used instead. 10 */ 11 get_template_part( 'loop', 'index' ); 12 ?> 8 13 </div><!-- #content --> 9 14 </div><!-- #container -->
Note: See TracChangeset
for help on using the changeset viewer.