Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChar...
authorRemember the dot <rememberthedot@users.mediawiki.org>
Sun, 19 Apr 2009 22:20:12 +0000 (22:20 +0000)
committerRemember the dot <rememberthedot@users.mediawiki.org>
Sun, 19 Apr 2009 22:20:12 +0000 (22:20 +0000)
commit0d499494cdbcb8f6e9e84cf5961b56a9aa7f7421
treed90ed20cdfd796e713c1e0e9c775fd6889ff05a0
parent94cdb82e2d7a90d6f1770a72671cc7c60a2a3b54
Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChars and still be able to pipe
links. This change should have no effect on the default configuration, which does not include '|' in
$wgLegalTitleChars because including it still breaks other things.
includes/parser/Parser.php