r32733 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32732‎ | r32733 | r32734 >
Date:09:59, 3 April 2008
Author:siebrand
Status:old
Tags:
Comment:
Fix linkprefix
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -584,7 +584,7 @@
585585 'category-file-count-limited' => 'The following {{PLURAL:$1|file is|$1 files are}} in the current category.',
586586 'listingcontinuesabbrev' => 'cont.',
587587
588 -'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', # only translate this message to other languages if you have to change it
 588+'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD', # only translate this message to other languages if you have to change it
589589 'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>",
590590 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
591591

Follow-up revisions

RevisionCommit summaryAuthorDate
r32806Fix for r32733: added a new array of settings that shouldn't be escapedialex10:51, 5 April 2008

Status & tagging log