wfSpecialProtectedtitles() is no longer used. Follow up r71130.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 21 Aug 2010 13:58:54 +0000 (13:58 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 21 Aug 2010 13:58:54 +0000 (13:58 +0000)
includes/specials/SpecialProtectedtitles.php

index dde169d..82e2b61 100644 (file)
@@ -230,12 +230,3 @@ class ProtectedTitlesPager extends AlphabeticPager {
        }
 }
 
-/**
- * Constructor
- */
-function wfSpecialProtectedtitles() {
-
-       $ppForm = new ProtectedTitlesForm();
-
-       $ppForm->showList();
-}