mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix to use ezsql
git-svn-id: https://develop.svn.wordpress.org/trunk@144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
9
b2.php
9
b2.php
@@ -18,9 +18,8 @@
|
||||
|
||||
<body>
|
||||
|
||||
<!-- // b2 loop start -->
|
||||
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
|
||||
|
||||
<!-- // b2 loop start -->
|
||||
<?php foreach ($posts as $post) { start_b2(); ?>
|
||||
|
||||
<?php the_date("d.m.y","<h1>","</h1>"); ?>
|
||||
|
||||
@@ -39,8 +38,8 @@
|
||||
<?php include ("b2comments.php"); ?>
|
||||
|
||||
|
||||
<!-- // this is just the end of the motor - don't touch that line either :) -->
|
||||
<?php } ?>
|
||||
<!-- // this is just the end of the motor - don't touch that line either :) -->
|
||||
<?php } ?>
|
||||
|
||||
<div align="right"><cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite><br />
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user