From b30f230809fe51377755a147ee1eb028f1edc537 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 24 Apr 2011 18:47:36 +0000 Subject: [PATCH] Fix comment, language is handled correctly with parse and parseinline since r79642 --- includes/GlobalFunctions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1