Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2949,7 +2949,7 @@ |
2950 | 2950 | * Which feed types should we provide by default? This can include 'rss', |
2951 | 2951 | * 'atom', neither, or both. |
2952 | 2952 | */ |
2953 | | -$wgAdvertisedFeedTypes = array( 'rss' ); |
| 2953 | +$wgAdvertisedFeedTypes = array( 'atom' ); |
2954 | 2954 | |
2955 | 2955 | /** |
2956 | 2956 | * Additional namespaces. If the namespaces defined in Language.php and |