Content deleted Content added
Updating published sources: EnDashRedirectCreator: * Add a skip list so certain titles that shouldn't be created won't spam the logs. * Don't even try to resolve redirects for "Template:Editnotices/*". * Fix invocation of {{tl|R from modification}}, pa... |
Updating published sources: EnDashRedirectCreator: * Fix bad regex. |
||
Line 201:
}
my $redirNs = ( $redir =~ /^(
my $targetNs = ( $target =~ /^(
if ( $redirNs == 0 && !( $crossNsOk{$targetNs} // 0 ) ) {
|