[[Wikinews:Bla]] should not be matched as a news:// URL type.
authorErik Moeller <erik@users.mediawiki.org>
Sun, 7 Nov 2004 10:14:36 +0000 (10:14 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Sun, 7 Nov 2004 10:14:36 +0000 (10:14 +0000)
commit1c54b48e4a3d278ef1391fcc5a629d0ebe30b21a
tree1c594e411a911c134835000f9c8003a3136fe3c2
parent521f2eb704fc6019ad156af0ee0559c423069738
[[Wikinews:Bla]] should not be matched as a news:// URL type.
Change regex to require that URL_PROTOCOLS is at the beginning of a link
(e.g. [[news:bla]]) for it to match.

Note: This will break if someone decides to reverse the order of
replaceExternal and replaceInternal again.
includes/Parser.php