Ignore self-links for special pages. They might be there for a good reason, and the...
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 6 Aug 2008 13:54:36 +0000 (13:54 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 6 Aug 2008 13:54:36 +0000 (13:54 +0000)
commit7a281ca6f6a25ae290d9cd1a848a5a014b56a468
tree65e133ad16c4a948cd7a1c3e2c57a2a7cdc3947e
parent62a0186cad9854daabbaba0ebf3af3da1f1caa88
Ignore self-links for special pages. They might be there for a good reason, and the current parsing of special-page output means that a link from any subpage of a special page to the special page itself is considered to be a self-link. This is evil, and doesn't take into account parameters added to other parts of the URL (e.g. the unblock form on Special:Ipblocklist)
includes/parser/Parser.php