https://bugzilla.wikimedia.org/show_bug.cgi?id=42492

--- Comment #2 from Brion Vibber <[email protected]> ---
parseItemsToRemove() adds these to the removals list...

        if ( $this->removeImages ) {
            $removals['TAG'][] = "img";
            $removals['TAG'][] = "audio";
            $removals['TAG'][] = "video";
            $removals['CLASS'][] = "thumb tright";
            $removals['CLASS'][] = "thumb tleft";
            $removals['CLASS'][] = "thumbcaption";
            $removals['CLASS'][] = "gallery";
        }

There's special handling for 'img' to do the alt text removal, but the 'thumb
tright' and 'thumb tleft' will probably just get removed entirely... which
matches what we're seeing on the Obama and Supernatural pages.

Perhaps remove these from the removals list?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to