mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 10:14:31 +00:00
Renaming Reloaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user