Content deleted Content added
Updating published sources: DeletionSortingCleaner: * Fix typo in overlong edit summary code. |
Updating published sources: DeletionSortingCleaner: * Better handle weird ways people list things: excess whitespace (note <code>process_templates</code> already converts underscores and such) and miscapitalization. |
||
Line 135:
my $name=shift;
return undef unless $name=~m!^(?i:Wikipedia|WP) *: *((?:
my $name2=$
# Normalize. People do weird things sometimes.
$name = "Wikipedia:\u$1/$2";
if(exists($dups{$name})){
|