Content deleted Content added
Updating published sources: DeletionSortingCleaner: * Recognize it when people use "WP" instead of "Wikipedia" in the transclusion. |
Updating published sources: General: * Add lots of backslashes to regexes, because new Perl whines about unescaped left-braces. |
||
Line 170:
return undef unless exists($xfdtemplates{"Template:$name"});
$substlist{$name}=1;
$wikitext=~s/^\{\{/{{subst:/; #
return $wikitext;
});
|