Content deleted Content added
Updating published sources: WikiProjectWorker: * Forgot to strip the obsolete tf[23] parameters from the template. Oops! |
Updating published sources: WikiProjectWorker: * Copy-paste fail. * Mark non-talk as processed. |
||
Line 166:
if(($tok->{'ns'}&1)==0){
$api->warn("Cannot edit $title: namespace ".$tok->{'ns'}." is non-talk\n");
$api->store->{$pageid}=$seq;
next;
}
Line 254 ⟶ 255:
$assess=$api->WPBassess($title);
if(ref($assess) eq 'HASH'){
$api->warn("Processing $title failed: ".$
next;
}
|