diff options
Diffstat (limited to 'includes/specials/SpecialUncategorizedtemplates.php')
-rw-r--r-- | includes/specials/SpecialUncategorizedtemplates.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/specials/SpecialUncategorizedtemplates.php b/includes/specials/SpecialUncategorizedtemplates.php index cb2a6d40..7e6fd24b 100644 --- a/includes/specials/SpecialUncategorizedtemplates.php +++ b/includes/specials/SpecialUncategorizedtemplates.php @@ -23,8 +23,6 @@ class UncategorizedTemplatesPage extends UncategorizedPagesPage { /** * Main execution point - * - * @param mixed $par Parameter passed to the page */ function wfSpecialUncategorizedtemplates() { list( $limit, $offset ) = wfCheckLimits(); |