Merge "ImagePage refactoring"
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 3 May 2012 19:13:53 +0000 (19:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 3 May 2012 19:13:53 +0000 (19:13 +0000)
1  2 
includes/Article.php

@@@ -1068,9 -1076,11 +1068,9 @@@ class Article extends Page 
         *   Revision as of \<date\>; view current revision
         *   \<- Previous version | Next Version -\>
         *
-        * @param $oldid String: revision ID of this article revision
+        * @param $oldid int: revision ID of this article revision
         */
        public function setOldSubtitle( $oldid = 0 ) {
 -              global $wgLang, $wgOut, $wgUser, $wgRequest;
 -
                if ( !wfRunHooks( 'DisplayOldSubtitle', array( &$this, &$oldid ) ) ) {
                        return;
                }