doc: Remove repetitive "Give grep a chance" phrase from comments
[lhc/web/wiklou.git] / includes / SkinTemplate.php
index 2739df3..eafe233 100644 (file)
@@ -291,8 +291,8 @@ class SkinTemplate extends Skin {
                if ( $out->isSyndicated() ) {
                        $feeds = array();
                        foreach ( $out->getSyndicationLinks() as $format => $link ) {
-                               // Give grep a chance to find the usages: feed-atom, feed-rss
                                $feeds[$format] = array(
+                                       // Messages: feed-atom, feed-rss
                                        'text' => $this->msg( "feed-$format" )->text(),
                                        'href' => $link
                                );