Make WordPress Core


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/wp-admin/edit-showposts.php

    r617 r628  
    235235    <?php
    236236    // these lines are b2's "motor", do not alter nor remove them
    237     include($abspath.'wp-blog-header.php');
     237    include(ABSPATH.'wp-blog-header.php');
    238238
    239239    if ($posts) {
    240240    foreach ($posts as $post) {
    241241        //$posts_per_page = 10;
    242         start_b2(); ?>
     242        start_wp(); ?>
    243243            <p>
    244244                <strong><?php the_time('Y/m/d @ H:i:s'); ?></strong> [ <a href="post.php?p=<?php echo $id ?>&c=1"><?php comments_number('no comments', '1 comment', "% comments", true) ?></a>
Note: See TracChangeset for help on using the changeset viewer.