From 3ea8d9509f622068bf610a3775fcbfe9952cdbe6 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 3 Jun 2014 19:16:23 +0200 Subject: [PATCH] Change bot message for batch processing, add user. --- LinkTitles.body.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LinkTitles.body.php b/LinkTitles.body.php index 9d55930..094d9d7 100755 --- a/LinkTitles.body.php +++ b/LinkTitles.body.php @@ -311,8 +311,9 @@ LinkTitles::parseContent($article, $text); $content = new WikitextContent($text); $page->doEditContent($content, - "Parsed for page titles by LinkTitles bot.", - EDIT_MINOR | EDIT_FORCE_BOT + "Links to existing pages added by LinkTitles bot.", + EDIT_MINOR | EDIT_FORCE_BOT, + $context->getUser() ); }