Index: trunk/phase3/includes/Defines.php |
— | — | @@ -85,16 +85,6 @@ |
86 | 86 | define( 'NS_IMAGE_TALK', NS_FILE_TALK ); |
87 | 87 | /**@}*/ |
88 | 88 | |
89 | | -/** |
90 | | - * Available feeds objects |
91 | | - * Should probably only be defined when a page is syndicated ie when |
92 | | - * $wgOut->isSyndicated() is true |
93 | | - */ |
94 | | -$wgFeedClasses = array( |
95 | | - 'rss' => 'RSSFeed', |
96 | | - 'atom' => 'AtomFeed', |
97 | | -); |
98 | | - |
99 | 89 | /**@{ |
100 | 90 | * Cache type |
101 | 91 | */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -4373,6 +4373,16 @@ |
4374 | 4374 | $wgOverrideSiteFeed = array(); |
4375 | 4375 | |
4376 | 4376 | /** |
| 4377 | + * Available feeds objects |
| 4378 | + * Should probably only be defined when a page is syndicated ie when |
| 4379 | + * $wgOut->isSyndicated() is true |
| 4380 | + */ |
| 4381 | +$wgFeedClasses = array( |
| 4382 | + 'rss' => 'RSSFeed', |
| 4383 | + 'atom' => 'AtomFeed', |
| 4384 | +); |
| 4385 | + |
| 4386 | +/** |
4377 | 4387 | * Which feed types should we provide by default? This can include 'rss', |
4378 | 4388 | * 'atom', neither, or both. |
4379 | 4389 | */ |