From: Alexandre Emsenhuber Date: Sun, 24 Apr 2011 18:47:36 +0000 (+0000) Subject: Fix comment, language is handled correctly with parse and parseinline since r79642 X-Git-Tag: 1.31.0-rc.0~30580 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=b30f230809fe51377755a147ee1eb028f1edc537;p=lhc%2Fweb%2Fwiklou.git Fix comment, language is handled correctly with parse and parseinline since r79642 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 15a090e885..ac04b19480 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -778,8 +778,7 @@ function wfMsgWikiHtml( $key ) { * content: fetch message for content language instead of interface * Also can accept a single associative argument, of the form 'language' => 'xx': * language: Language object or language code to fetch message for - * (overriden by content), its behaviour with parse, parseinline - * and parsemag is undefined. + * (overriden by content). * Behavior for conflicting options (e.g., parse+parseinline) is undefined. * * @return String