From: Raimond Spekking Date: Mon, 21 Jan 2008 17:47:16 +0000 (+0000) Subject: Add an comment for used messages, to enssure that grep gives a complete list X-Git-Tag: 1.31.0-rc.0~49862 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=8f8cf2d84ef1d39eb12090f6c7daeb116be380be;p=lhc%2Fweb%2Fwiklou.git Add an comment for used messages, to enssure that grep gives a complete list --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 0503e2a136..abefda6c77 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1311,7 +1311,7 @@ class OutputPage { $ret .= $this->feedLink( $format, $link, - wfMsg( "page-{$format}-feed", $wgTitle->getPrefixedText() ) ); + wfMsg( "page-{$format}-feed", $wgTitle->getPrefixedText() ) ); # Used messages: 'page-rss-feed' and 'page-atom-feed' (for an easier grep) } # Recent changes feed should appear on every page