mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 17:59:29 +02:00
Change bot message for batch processing, add user.
This commit is contained in:
@ -311,8 +311,9 @@
|
|||||||
LinkTitles::parseContent($article, $text);
|
LinkTitles::parseContent($article, $text);
|
||||||
$content = new WikitextContent($text);
|
$content = new WikitextContent($text);
|
||||||
$page->doEditContent($content,
|
$page->doEditContent($content,
|
||||||
"Parsed for page titles by LinkTitles bot.",
|
"Links to existing pages added by LinkTitles bot.",
|
||||||
EDIT_MINOR | EDIT_FORCE_BOT
|
EDIT_MINOR | EDIT_FORCE_BOT,
|
||||||
|
$context->getUser()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user