mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-11 17:01:00 +00:00
7 lines
159 B
PHP
7 lines
159 B
PHP
|
<?php
|
||
|
// This file is not loaded by MediaWiki, and exists purely
|
||
|
// for static analysis purposes
|
||
|
|
||
|
define( 'NS_MODULE', 828 );
|
||
|
define( 'NS_MODULE_TALK', 829 );
|