Uncomment $doing_rss
git-svn-id: http://svn.automattic.com/wordpress/trunk@1339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
86fdd896ee
commit
f64688bdbd
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
if (!isset($feed)) {
|
if (!isset($feed)) {
|
||||||
$blog = 1;
|
$blog = 1;
|
||||||
// $doing_rss = 1; # DEBUG
|
$doing_rss = 1;
|
||||||
require('wp-blog-header.php');
|
require('wp-blog-header.php');
|
||||||
}
|
}
|
||||||
$more = 1;
|
$more = 1;
|
||||||
|
|
Loading…
Reference in New Issue