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:
parent
13313906d0
commit
8a7531ae4d
@ -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. ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user