blob: f496142c44a07df733c1a01112655c2feaaa8e3b [file] [log] [blame]
<?php
/**
* Namespace name definitions
*
* @file
* @ingroup EventLogging
* @ingroup Extensions
*/
$namespaceNames = [];
// For wikis without EventLogging installed.
if ( !defined( 'NS_SCHEMA' ) ) {
define( 'NS_SCHEMA', 470 );
define( 'NS_SCHEMA_TALK', 471 );
}
$namespaceNames['en'] = [
NS_SCHEMA => 'Schema',
NS_SCHEMA_TALK => 'Schema_talk',
];