Changeset 2009 for trunk/index.php
- Timestamp:
- 12/30/2004 10:58:06 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r1668 r2009 2 2 /* Don't remove this line. */ 3 3 require('./wp-blog-header.php'); 4 include(ABSPATH . '/wp-header.php');4 get_header(); 5 5 ?> 6 6 … … 28 28 </div> 29 29 30 <?php comments_template( ); // Get wp-comments.php template ?>30 <?php comments_template( is_single() ); // Get wp-comments.php template ?> 31 31 32 32 <?php endwhile; else: ?> … … 36 36 <?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?> 37 37 38 <?php include(ABSPATH . '/wp-footer.php'); ?>38 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.