(Bug 15035) Revert linkTrail to /^([a-z]+)(.*)$/sD, as it was before r36253. Multiple...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 7 Aug 2008 04:32:46 +0000 (04:32 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 7 Aug 2008 04:32:46 +0000 (04:32 +0000)
languages/messages/MessagesEn.php

index 8e25c69..0da931f 100644 (file)
@@ -443,7 +443,7 @@ $specialPageAliases = array(
  * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as
  * the first group, and the remainder of the string as the second group.
  */
-$linkTrail = '/^(\p{L&}+)(.*)$/usD';
+$linkTrail = '/^([a-z]+)(.*)$/sD';
 
 /**
  * List of filenames for some ui images that can be overridden per language