esSQL changes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72546592dd
commit
bbb61259e1
|
@ -28,10 +28,7 @@ require($abspath.'wp-links/links.weblogs.com.php');
|
|||
|
||||
<div id="content">
|
||||
|
||||
<!-- // b2 loop start -->
|
||||
<?php foreach ($posts as $post) { start_b2(); ?>
|
||||
|
||||
|
||||
<?php the_date('','<h2>','</h2>'); ?>
|
||||
|
||||
<h3 class="storytitle">
|
||||
|
@ -51,14 +48,10 @@ require($abspath.'wp-links/links.weblogs.com.php');
|
|||
|
||||
<?php trackback_rdf(); ?>
|
||||
|
||||
<!-- this includes the comments and a form to add a new comment -->
|
||||
<?php include('b2comments.php'); ?>
|
||||
|
||||
|
||||
<!-- // this is just the end of the motor - don't touch that line either :) -->
|
||||
<?php } ?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite></p>
|
||||
|
|
Loading…
Reference in New Issue