Clarified documentation of File::isMultipage() to avoid further mistakes like bug...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Dec 2009 00:07:37 +0000 (00:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Dec 2009 00:07:37 +0000 (00:07 +0000)
includes/filerepo/File.php

index bb34529..a0a2c42 100644 (file)
@@ -1013,8 +1013,9 @@ abstract class File {
        }
 
        /**
-        * Returns 'true' if this image is a multipage document, e.g. a DJVU
-        * document.
+        * Returns 'true' if this file is a type which supports multiple pages, 
+        * e.g. DJVU or PDF. Note that this may be true even if the file in 
+        * question only has a single page.
         *
         * @return Bool
         */