Remove useless is_tag() call. Props takayukister. fixes #5687

git-svn-id: https://develop.svn.wordpress.org/trunk@6942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-20 17:57:53 +00:00
parent 13313906d0
commit 8a7531ae4d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php is_tag(); ?>
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>