Index: trunk/extensions/SemanticDrilldown/specials/SD_Filters.php |
— | — | @@ -12,10 +12,6 @@ |
13 | 13 | */ |
14 | 14 | function __construct() { |
15 | 15 | parent::__construct( 'Filters' ); |
16 | | - // Backwards compatibility for MediaWiki < 1.16 |
17 | | - if ( version_compare( $GLOBALS['wgVersion'], '1.16', '<' ) ) { |
18 | | - wfLoadExtensionMessages( 'SemanticDrilldown' ); |
19 | | - } |
20 | 16 | } |
21 | 17 | |
22 | 18 | function execute( $par ) { |