Merge "Only use "*Test.php" for actual PHPUnit tests"
[lhc/web/wiklou.git] / includes / content / JavaScriptContent.php
index 6d23656..4bde738 100644 (file)
@@ -58,7 +58,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
-               // See bug #32858
+               // See T34858
 
                $text = $this->getNativeData();
                $pst = $wgParser->preSaveTransform( $text, $title, $user, $popts );