Documentation
authorSam Reed <reedy@users.mediawiki.org>
Fri, 4 Nov 2011 01:00:06 +0000 (01:00 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 4 Nov 2011 01:00:06 +0000 (01:00 +0000)
Fix mime-type on image

includes/specials/SpecialProtectedtitles.php

index 59792dd..81f3812 100644 (file)
@@ -208,6 +208,9 @@ class ProtectedTitlesPager extends AlphabeticPager {
                return '';
        }
 
+       /**
+        * @return Title
+        */
        function getTitle() {
                return SpecialPage::getTitleFor( 'Protectedtitles' );
        }
@@ -216,6 +219,9 @@ class ProtectedTitlesPager extends AlphabeticPager {
                return $this->mForm->formatRow( $row );
        }
 
+       /**
+        * @return array
+        */
        function getQueryInfo() {
                $conds = $this->mConds;
                $conds[] = 'pt_expiry>' . $this->mDb->addQuotes( $this->mDb->timestamp() );