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

git-svn-id: http://svn.automattic.com/wordpress/trunk@6942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-20 17:57:53 +00:00
parent 7fe624526c
commit d12642fc81
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. ?>