From a1716312b3d267c93299958009452d9a20969f88 Mon Sep 17 00:00:00 2001 From: Marc Mayfield Date: Wed, 1 Nov 2006 03:33:13 +0100 Subject: rss_summary_config Add a configuration option to control whether or not the edit/revision summary is displayed with the title of RSS feeds. The default is to show the summary, the same as DokuWiki did prior to this addition. darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz --- feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feed.php') diff --git a/feed.php b/feed.php index b1d2b3b1d..b20e0aaa4 100644 --- a/feed.php +++ b/feed.php @@ -126,7 +126,7 @@ function rssRecentChanges(&$rss,$num,$ltype,$ns,$minor){ }else{ $item->title = $recent['id']; } - if(!empty($recent['sum'])){ + if($conf['rss_show_summary'] && !empty($recent['sum'])){ $item->title .= ' - '.strip_tags($recent['sum']); } -- cgit v1.2.3