use double == in expressions
git-svn-id: http://svn.automattic.com/wordpress/trunk@839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9bb849b8bf
commit
eae78fc29c
|
@ -4,7 +4,7 @@ $blog = 1;
|
|||
$doing_rss = 1;
|
||||
require('wp-blog-header.php');
|
||||
|
||||
if ($feed == '' || $feed = 'feed') {
|
||||
if ($feed == '' || $feed == 'feed') {
|
||||
// TODO: Get default feed from options DB.
|
||||
$feed = 'rss2';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue