Content deleted Content added
Updating published sources: WikiProjectTagger: * Complete. (forgot it was still running) WikiProjectWorker: * Approved! |
Updating published sources: WikiProjectWorker: * Forgot to strip the obsolete tf[23] parameters from the template. Oops! |
||
Line 266:
my $new=shift;
return undef if $new;
$params = [ grep $_!~/^\s*tf[23]?\s*=/, @$params ];
foreach my $tf (keys %tf) {
|