\$LinkText"; ## Format the time string for last-updated notices. global $TimeFmt; $TimeFmt = '%B %d, %Y'; } ## Create custom (All)RecentChanges pages to use for web feeds. if (preg_match('!\\.(GroupHeader|GroupFooter|GroupAttributes|WikiSandbox)$!', $pagename) || preg_match('!^(PmWiki|Test|Site)\\.!', $pagename)) { $RecentChangesFmt['$Group.RecentChanges'] = ''; $RecentChangesFmt[$FeedAllRecentChanges] = ''; } else { $RecentChangesFmt[$FeedAllRecentChanges] = '* [[$Group.$Name]] $[was modified] $CurrentTime. [=$ChangeSummary=]'; $RecentChangesFmt['Main.AllRecentChanges'] = '* [[{$Group}.{$Name}]] $[was modified] $CurrentTime. [=$ChangeSummary=]'; }