From 8fadd2ad12bbebaaf6879db141d8ee76032ce440 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 13 Feb 2007 20:56:31 +0000 Subject: [PATCH] * parsemag comment --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index dbddf1f53b..1304e53814 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -526,7 +526,7 @@ function wfMsgWikiHtml( $key ) { * parseinline: parses wikitext to html and removes the surrounding p's added by parser or tidy * escape: filters message trough htmlspecialchars * replaceafter: parameters are substituted after parsing or escaping - * parsemag: ?? + * parsemag: transform the message using magic phrases */ function wfMsgExt( $key, $options ) { global $wgOut, $wgParser; -- 2.20.1