Uncomment $doing_rss

git-svn-id: http://svn.automattic.com/wordpress/trunk@1339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-05-22 05:06:00 +00:00
parent 86fdd896ee
commit f64688bdbd
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;