From: Aaron Schulz Date: Tue, 13 Feb 2007 20:56:31 +0000 (+0000) Subject: * parsemag comment X-Git-Tag: 1.31.0-rc.0~54051 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=8fadd2ad12bbebaaf6879db141d8ee76032ce440;p=lhc%2Fweb%2Fwiklou.git * parsemag comment --- 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;