Skip to content

Commit

Permalink
Remove SEMANTIC_EXTENSION_TYPE flag, refs 1014 (#2927)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mwjames committed Dec 31, 2017
1 parent 49350d8 commit fb66dbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions load.php
Expand Up @@ -78,10 +78,6 @@ public static function initExtension() {
'license-name' => 'GPL-2.0+'
);

// A flag used to indicate SMW defines a semantic extension type for extension credits.
// @deprecated, removal in SMW 3.0
define( 'SEMANTIC_EXTENSION_TYPE', true );

// Registration point for required early registration
Setup::initExtension( $GLOBALS );
}
Expand Down

0 comments on commit fb66dbb

Please sign in to comment.