Fix warning

git-svn-id: https://develop.svn.wordpress.org/trunk@9877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-25 19:18:17 +00:00
parent 96b3c821fe
commit b2ea4b8184
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ if ( ! defined('ABSPATH') ) die();
<?php
if ( have_posts() ) {
add_filter('the_title','wp_specialchars');
$alt = '';
while (have_posts()) : the_post();
$alt = ( 'alternate' == $alt ) ? '' : 'alternate';
global $current_user;