Content deleted Content added
Updating published sources: TalkTemplateMover: * Forgot to update the metadata. |
Updating published sources: TalkTemplateMover: * Adjust wording on the edit summary to be more clear to people unfamiliar with colloquial English. |
||
Line 63:
$api->task('TalkTemplateMover', 0, 10, qw/d::Talk d::Templates d::Redirects d::Trial/);
my $screwup='
if(!$did_redir){
Line 165:
});
$outtalk=$self->tag($api, $outtalk, join("\n", values %tmpl)) if %tmpl;
my $summary="Moving $moved from
if(!defined($tok1)){
$outtalk=~s/\s+$//;
Line 189:
}
if(defined($tok1)){
my $res=$api->edit($tok1, $outtxt, "Moving $moved to
if($res->{'code'} ne 'success'){
$api->warn("Write failed on $title: $res->{error}\n");
|