Use strpos() instead of preg_match() when checking for "/" in Skin::subPageSubtitle
authorGlaisher <glaisher.wiki@gmail.com>
Mon, 13 Jun 2016 12:15:01 +0000 (17:15 +0500)
committerGlaisher <glaisher.wiki@gmail.com>
Mon, 13 Jun 2016 12:20:14 +0000 (17:20 +0500)
commit38a6d3e9a4ea8758312946be77d5e419d893f19b
tree6f4b1e9ea90f540bbdd9a3cf4fadcb5ce4fcdd97
parent2e0cf64db7ec7605229d69f857d29ebb09ba5037
Use strpos() instead of preg_match() when checking for "/" in Skin::subPageSubtitle

Per http://php.net/manual/en/function.preg-match.php#refsect1-function.preg-match-notes

Change-Id: I0b2a0e89d77422ed50e5178fcdbbb4e31199fdc8
includes/skins/Skin.php