* Support grammar here too
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 22 Oct 2007 20:45:58 +0000 (20:45 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 22 Oct 2007 20:45:58 +0000 (20:45 +0000)
includes/Skin.php

index 40f8b9f..0c5eaa1 100644 (file)
@@ -1225,7 +1225,8 @@ END;
                        // Otherwise, we display the link for the user, described in their
                        // language (which may or may not be the same as the default language),
                        // but we make the link target be the one site-wide page.
-                       return $this->makeKnownLink( wfMsgForContent( $page ), wfMsg( $desc ) );
+                       return $this->makeKnownLink( wfMsgForContent( $page ),
+                               wfMsgExt( $desc, array( 'parsemag', 'escape' ) ) );
                }
        }