Revert r49653 "Make the link regex non-greedy so that it is possible to add '|' to...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 28 Apr 2009 23:33:28 +0000 (23:33 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 28 Apr 2009 23:33:28 +0000 (23:33 +0000)
commiteee6d975bd0a8e29756b6b1b234c62548106fed0
tree4c64918cbda01c63a51c1b6f965b6d4d7d9aa5ed
parentc186ff5e916edd922c3a7484e9ba3d196e862877
Revert r49653 "Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChars and still be able to pipe
links."
Pipes would definitely not work in titles. The particular regex change here would for instance break image options if | were added to $wgLegalTitleChars.
includes/parser/Parser.php