MarkAHershberger has uploaded a new change for review. https://gerrit.wikimedia.org/r/311431
Change subject: Update with a suggestion from Ciencia Al Poder ...................................................................... Update with a suggestion from Ciencia Al Poder See https://www.mediawiki.org/w/index.php?title=Topic:Susgnmraj8ccff78&topic_showPostId=suuswdmb6o5zu7k0#flow-post-suuswdmb6o5zu7k0 Change-Id: I95467da2fbac93307eddeacaf63478692c2da0f5 --- M BlockAndNuke.php 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlockAndNuke refs/changes/31/311431/1 diff --git a/BlockAndNuke.php b/BlockAndNuke.php index 315845c..3974711 100644 --- a/BlockAndNuke.php +++ b/BlockAndNuke.php @@ -44,3 +44,6 @@ $wgHooks['PerformRetroactiveAutoblock'][] = function ($block, $blockIds) { return true; }; +$wgHooks['LanguageGetSpecialPageAliases'][] = function( &$specialPageAliases, $langCode ) { + $specialPageAliases['blockandnuke'] = array( 'BlockandNuke' ); +}; -- To view, visit https://gerrit.wikimedia.org/r/311431 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I95467da2fbac93307eddeacaf63478692c2da0f5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BlockAndNuke Gerrit-Branch: master Gerrit-Owner: MarkAHershberger <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
