From: Mark A. Hershberger Date: Thu, 14 Jan 2010 01:31:38 +0000 (+0000) Subject: follow up r61026 - use Atom by default X-Git-Tag: 1.31.0-rc.0~38278 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=ac17d7e597af5cbea40b11bcb87d86661989427f;p=lhc%2Fweb%2Fwiklou.git follow up r61026 - use Atom by default --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f3a13201f3..84e8892376 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2949,7 +2949,7 @@ $wgOverrideSiteFeed = array(); * Which feed types should we provide by default? This can include 'rss', * 'atom', neither, or both. */ -$wgAdvertisedFeedTypes = array( 'rss' ); +$wgAdvertisedFeedTypes = array( 'atom' ); /** * Additional namespaces. If the namespaces defined in Language.php and