From: Daniel Friesen Date: Fri, 27 Jun 2008 06:36:14 +0000 (+0000) Subject: Removing single ' from linktrail as per bug 14655 and wikitech-l. X-Git-Tag: 1.31.0-rc.0~46873 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=c7e8124432ab2290f1507cc2876a4b6d883543c2;hp=171c47e0a204186e372eb46dfe68a8e6e66e956a;p=lhc%2Fweb%2Fwiklou.git Removing single ' from linktrail as per bug 14655 and wikitech-l. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b5155beb93..ca67e6f6d7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -439,7 +439,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 = '/^(\p{L&}+)(.*)$/usD'; #------------------------------------------------------------------- # Default messages