From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/content/JavaScriptContent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/content/JavaScriptContent.php') diff --git a/includes/content/JavaScriptContent.php b/includes/content/JavaScriptContent.php index 9cd947f9..2ae572be 100644 --- a/includes/content/JavaScriptContent.php +++ b/includes/content/JavaScriptContent.php @@ -46,7 +46,7 @@ class JavaScriptContent extends TextContent { */ public function preSaveTransform( Title $title, User $user, ParserOptions $popts ) { global $wgParser; - // @todo: make pre-save transformation optional for script pages + // @todo Make pre-save transformation optional for script pages // See bug #32858 $text = $this->getNativeData(); -- cgit v1.2.3-54-g00ecf