Uncomment $doing_rss

git-svn-id: https://develop.svn.wordpress.org/trunk@1339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-05-22 05:06:00 +00:00
parent 3fb700cd64
commit 62828f16a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
if (!isset($feed)) {
$blog = 1;
// $doing_rss = 1; # DEBUG
$doing_rss = 1;
require('wp-blog-header.php');
}
$more = 1;