mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
Remove extraneous echo. Props buzink. fixes #4020
git-svn-id: https://develop.svn.wordpress.org/trunk@5105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7d8f8b40f2
commit
3f2aabe21b
@ -6,7 +6,7 @@
|
||||
|
||||
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
|
||||
<?php /* If this is a category archive */ if (is_category()) { ?>
|
||||
<h2 class="pagetitle">Archive for the ‘<?php echo single_cat_title(); ?>’ Category</h2>
|
||||
<h2 class="pagetitle">Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>
|
||||
|
||||
<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
|
||||
<h2 class="pagetitle">Archive for <?php the_time('F jS, Y'); ?></h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user