Renaming Reloaded.

git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2003-12-18 09:36:13 +00:00
parent 696bf353dc
commit ccc413011a
42 changed files with 259 additions and 430 deletions

View File

@@ -233,10 +233,10 @@ echo $posts_nav_bar;
</table>
<?php
include($abspath.'wp-blog-header.php');
include(ABSPATH.'wp-blog-header.php');
if ($posts) {
foreach ($posts as $post) { start_b2();
foreach ($posts as $post) { start_wp();
?>
<p>
<strong><?php the_time('Y/m/d @ H:i:s'); ?></strong> [ <a href="edit.php?p=<?php echo $id ?>&c=1"><?php comments_number('no comments', '1 comment', "% comments", true) ?></a>