* Move headline construction to Linker function (from being hardcoded in Parser)
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 8 Jan 2007 02:11:45 +0000 (02:11 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 8 Jan 2007 02:11:45 +0000 (02:11 +0000)
commit2493e3df03577439ca3fb4c04d3a9e2fb505ec7b
tree4230bc86756fdee75a1c1b03b00edf674e200090
parent16961a3a1eec3f2674183dedd6c1f2cc8742dd18
* Move headline construction to Linker function (from being hardcoded in Parser)
* Use ?P<title> for capturing in the main headline-munching loop, for readability

Should have no impact on output except whitespace.
includes/Linker.php
includes/Parser.php