https://bugzilla.wikimedia.org/show_bug.cgi?id=56121
--- Comment #6 from Tisza Gergő <[email protected]> --- (In reply to comment #5) > Then find the string mentioned by Tisza in the > extension files and modify it as he is requesting. It should be slightly more complex then that: right now we have a single "Learn more on <wiki name>" message, which should be split into a "Learn more on <wiki name>" for remotely hosted images and a "Learn more" for locally hosted images. So you need to add another message, find a way to figure out if the image is local or not (it should be somewhere in the data returned by the API), and select the right message depending on that. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
