Make WordPress Core

Changeset 628 for trunk/index.php


Ignore:
Timestamp:
12/18/2003 09:36:13 AM (21 years ago)
Author:
saxmatt
Message:

Renaming Reloaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r617 r628  
    3131
    3232<div id="content">
    33 <?php if ($posts) { foreach ($posts as $post) { start_b2(); ?>
     33<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
    3434
    3535<?php the_date('','<h2>','</h2>'); ?>
     
    5252    -->
    5353
    54 <?php include($abspath . 'wp-comments.php'); ?>
     54<?php include(ABSPATH . 'wp-comments.php'); ?>
    5555</div>
    5656
Note: See TracChangeset for help on using the changeset viewer.