Content deleted Content added
Updating published sources: DatedCategoryCreator: * Special case Category:Wikipedia articles with style issues by month. |
Updating published sources: DatedCategoryCreator: * Pointless template rename. DatedCategoryDeleterTest: * Apparently the test was screwed up by a similar category rename. Sigh. Re-enable the test. |
||
Line 176:
# Figure out the parent cat, and calculate the parameters for {{Monthly
# clean
my $parent=$title;
my $txt='{{Monthly clean
$parent=~s/^Category://;
$parent=~s/($monthre) (\d{4})$//;
|