Add Title::hasFragment and use it
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 2 Jan 2014 11:16:21 +0000 (12:16 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 24 Jan 2014 15:42:13 +0000 (15:42 +0000)
commitc0d3e85b06d628e5c4a7c93cfe5fb7587f9118f0
treea295950b9cd5a6bd52f631a6804a0d37f1353bec
parentc4c232473bcb899e271801538f97d0c05e28d746
Add Title::hasFragment and use it

Makes checks against the fragment easier to read and all the same.
At the moment some using strval, some use type safe comparsion.

Change-Id: I27d9c3e40e6de6800f4488de167cf06e83c88ce6
includes/Article.php
includes/FakeTitle.php
includes/Linker.php
includes/Title.php
includes/api/ApiPageSet.php
includes/parser/CoreParserFunctions.php
includes/parser/LinkHolderArray.php
includes/parser/Parser.php
includes/specials/SpecialMovepage.php