Fix to use ezsql

git-svn-id: http://svn.automattic.com/wordpress/trunk@144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle
2003-06-01 20:59:33 +00:00
parent 290ac10686
commit cacc4ed4fd
5 changed files with 8 additions and 5 deletions

9
b2.php
View File

@@ -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 />