Removed old constants: 1) not used 2) because of autoloader, they have not necessaril...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 7 Sep 2011 09:21:16 +0000 (09:21 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 7 Sep 2011 09:21:16 +0000 (09:21 +0000)
includes/LogPage.php

index a948693..f098c52 100644 (file)
@@ -577,11 +577,3 @@ class LogPage {
                return $messages[$flag];
        }
 }
-
-/**
- * Aliases for backwards compatibility with 1.6
- */
-define( 'MW_LOG_DELETED_ACTION', LogPage::DELETED_ACTION );
-define( 'MW_LOG_DELETED_USER', LogPage::DELETED_USER );
-define( 'MW_LOG_DELETED_COMMENT', LogPage::DELETED_COMMENT );
-define( 'MW_LOG_DELETED_RESTRICTED', LogPage::DELETED_RESTRICTED );