mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Change bot message for batch processing, add user.
This commit is contained in:
@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user