Removing single ' from linktrail as per bug 14655 and wikitech-l.
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 27 Jun 2008 06:36:14 +0000 (06:36 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 27 Jun 2008 06:36:14 +0000 (06:36 +0000)
languages/messages/MessagesEn.php

index b5155be..ca67e6f 100644 (file)
@@ -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