Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/78387
Change subject: move AbuseFilter attribution to the only function that came from it ...................................................................... move AbuseFilter attribution to the only function that came from it Change-Id: I103deff8f7186c01c16115df1da2e50ff75beb45 --- M MassMessage.body.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MassMessage refs/changes/87/78387/1 diff --git a/MassMessage.body.php b/MassMessage.body.php index 2afd610..95e94cf 100644 --- a/MassMessage.body.php +++ b/MassMessage.body.php @@ -2,8 +2,6 @@ /** * Some core functions needed by the ex. - * Based on code from AbuseFilter - * https://mediawiki.org/wiki/Extension:AbuseFilter * * @file * @author Kunal Mehta @@ -34,6 +32,8 @@ /** * Sets up the messenger account for our use if it hasn't been already. + * Based on code from AbuseFilter + * https://mediawiki.org/wiki/Extension:AbuseFilter * * @return User * @fixme This should use the langage for the target site, not submission site -- To view, visit https://gerrit.wikimedia.org/r/78387 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I103deff8f7186c01c16115df1da2e50ff75beb45 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MassMessage Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
