setup_postmeta stuff because we all love global variables

This commit is contained in:
John Bintz 2009-07-23 18:25:28 -04:00
parent aeb0adcaaf
commit eb1d65f14a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="post-comic">
<?php include('nav.inc') ?>
<div class="comicdate">
<?php echo mysql2date('F jS, Y', $post->post_date) ?>
<?php the_date('F jS, Y') ?>
</div>
<div class="clear"></div>
<?php if (get_option('comicpress-enable-storyline-support') == 1) { ?>