mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-23 23:24:09 +00:00
* adding to proper group on Special:SpecialPages
This commit is contained in:
parent
13efba89e5
commit
e1d0b185fc
1
Cite.php
1
Cite.php
|
@ -36,6 +36,7 @@ $wgExtensionCredits['parserhook'][] = array(
|
|||
$wgParserTestFiles[] = dirname( __FILE__ ) . "/citeParserTests.txt";
|
||||
$wgExtensionMessagesFiles['Cite'] = dirname( __FILE__ ) . "/Cite.i18n.php";
|
||||
$wgAutoloadClasses['Cite'] = dirname( __FILE__ ) . "/Cite_body.php";
|
||||
$wgSpecialPageGroups['Cite'] = 'pagetools';
|
||||
|
||||
define( 'CITE_DEFAULT_GROUP', '');
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue