Changeset 628 for trunk/index.php
- Timestamp:
- 12/18/2003 09:36:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r617 r628 31 31 32 32 <div id="content"> 33 <?php if ($posts) { foreach ($posts as $post) { start_ b2(); ?>33 <?php if ($posts) { foreach ($posts as $post) { start_wp(); ?> 34 34 35 35 <?php the_date('','<h2>','</h2>'); ?> … … 52 52 --> 53 53 54 <?php include( $abspath. 'wp-comments.php'); ?>54 <?php include(ABSPATH . 'wp-comments.php'); ?> 55 55 </div> 56 56
Note: See TracChangeset
for help on using the changeset viewer.