jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I103deff8f7186c01c16115df1da2e50ff75beb45 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MassMessage Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
