We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f06c3e commit 9ec9f11Copy full SHA for 9ec9f11
1 file changed
includes/EmbedSnap.php
@@ -20,10 +20,6 @@
20
use MediaWiki\Hook\ParserFirstCallInitHook;
21
use MediaWiki\Html\Html;
22
23
-if ( !defined( 'MEDIAWIKI' ) ) {
24
- die( 'Snap! Project Embed requires MediaWiki 1.35 or later to run.' );
25
-}
26
-
27
class EmbedSnap implements ParserFirstCallInitHook {
28
/** Register <snap> and <snap-project> tags */
29
public function onParserFirstCallInit( $parser ) {
0 commit comments