mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24: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:
@@ -234,12 +234,12 @@ echo $posts_nav_bar;
|
||||
|
||||
<?php
|
||||
// these lines are b2's "motor", do not alter nor remove them
|
||||
include($abspath.'wp-blog-header.php');
|
||||
include(ABSPATH.'wp-blog-header.php');
|
||||
|
||||
if ($posts) {
|
||||
foreach ($posts as $post) {
|
||||
//$posts_per_page = 10;
|
||||
start_b2(); ?>
|
||||
start_wp(); ?>
|
||||
<p>
|
||||
<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>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user