Content deleted Content added
Updating published sources: WikiProjectWorker: * Start task for WikiProject Albemarle County. d::WikiProjectTagging: * {{tl|WPBiography}} â {{tl|WikiProject Biography}}. |
Updating published sources: WikiProjectWorker: * Improve ordering of edit summary. d::WikiProjectTagging: * Don't claim to have canonicalized banner names unless we really did. |
||
Line 316:
my $cat=$iter->iterval;
$summary[-1]='and '.$summary[-1] if @summary>1;
my $summary = ucfirst(join((@summary>2)?', ':' ', @summary))." per $req
my @cleanup=();
Line 325:
}
$summary.="; general banner cleanup (".join(', ', @cleanup).")" if @cleanup;
$summary.=". $errto";
$api->log("$summary in $title");
|