https://bugzilla.wikimedia.org/show_bug.cgi?id=69905
--- Comment #2 from Edward Chernenko <[email protected]> --- Suggested fix. diff -up a/Linker.php b/Linker.php --- a/Linker.php 2014-08-22 19:25:52.676415475 +0400 +++ b/Linker.php 2014-08-22 19:25:52.255413597 +0400 @@ -345,7 +345,7 @@ class Linker { } elseif ( in_array( 'known', $options ) ) { $defaults['title'] = $target->getPrefixedText(); } else { - $defaults['title'] = wfMessage( 'red-link-title', $target->getPrefixedText() )->text(); + $defaults['title'] = wfMessage( 'red-link-title', $target->getPrefixedText() )->inContentLanguage()->text(); } # Finally, merge the custom attribs with the default ones, and iterate -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
