Last modified: 2009-02-28 19:24:44 UTC
Today, when I performed rebuildLanguage.php over MessagesEn.php and committed it with r29493, it modified linkprefix (added slashes). This had not happened the last time RebuildLanguage.php was performed and committed (r28883 by siebrand). I couldn't find any change to any relevant file taking place after r28883 and before my commit, which is why I coudln't fix the bug.
Note that this wouldn't do any harm; within single-quoted strings, the available backslash escapes are \\ and \'.
I assume the problem if any is fixed because we run rebuildLanguage all the time.