mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-14 11:18:28 +00:00
8 lines
98 B
PHP
8 lines
98 B
PHP
|
<?php
|
||
|
|
||
|
$magicWords = array();
|
||
|
|
||
|
$magicWords['en'] = array(
|
||
|
'related' => array( 0, 'related' ),
|
||
|
);
|