Make WordPress Core

Changeset 5105


Ignore:
Timestamp:
03/25/2007 11:40:36 PM (18 years ago)
Author:
ryan
Message:

Remove extraneous echo. Props buzink. fixes #4020

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/archive.php

    r4573 r5105  
    77         <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
    88<?php /* If this is a category archive */ if (is_category()) { ?>
    9         <h2 class="pagetitle">Archive for the &#8216;<?php echo single_cat_title(); ?>&#8217; Category</h2>
     9        <h2 class="pagetitle">Archive for the &#8216;<?php single_cat_title(); ?>&#8217; Category</h2>
    1010
    1111      <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
Note: See TracChangeset for help on using the changeset viewer.