parser: Update outdated comment about ImageGallery
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 4 Jan 2017 02:15:40 +0000 (18:15 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 4 Jan 2017 02:15:40 +0000 (18:15 -0800)
Follows-up f90634a6.

Change-Id: Ic17dc03cc37b85f222f3bb525e4cb39afc6f22ae

includes/parser/Parser.php

index 1ca9dac..f279af2 100644 (file)
@@ -4990,7 +4990,7 @@ class Parser {
                        $descQuery = false;
                        Hooks::run( 'BeforeParserFetchFileAndTitle',
                                [ $this, $title, &$options, &$descQuery ] );
-                       # Don't register it now, as ImageGallery does that later.
+                       # Don't register it now, as TraditionalImageGallery does that later.
                        $file = $this->fetchFileNoRegister( $title, $options );
                        $handler = $file ? $file->getHandler() : false;