r36693 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36692‎ | r36693 | r36694 >
Date:06:36, 27 June 2008
Author:dantman
Status:old
Tags:
Comment:
Removing single ' from linktrail as per bug 14655 and wikitech-l.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -439,7 +439,7 @@
440440 * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as
441441 * the first group, and the remainder of the string as the second group.
442442 */
443 -$linkTrail = '/^(\'?\p{L&}+)(.*)$/usD';
 443+$linkTrail = '/^(\p{L&}+)(.*)$/usD';
444444
445445 #-------------------------------------------------------------------
446446 # Default messages

Status & tagging log