Changeset 628 for trunk/wp-admin/edit-showposts.php
- Timestamp:
- 12/18/2003 09:36:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-showposts.php
r617 r628 235 235 <?php 236 236 // 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'); 238 238 239 239 if ($posts) { 240 240 foreach ($posts as $post) { 241 241 //$posts_per_page = 10; 242 start_ b2(); ?>242 start_wp(); ?> 243 243 <p> 244 244 <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.