r92070 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92069‎ | r92070 | r92071 >
Date:17:58, 13 July 2011
Author:robin
Status:ok
Tags:
Comment:
Follow-up r92068: svn:eol-style:native, and use round bracket
Modified paths:
  • /trunk/phase3/languages/classes/LanguageQqx.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/classes/LanguageQqx.php
@@ -1,15 +1,15 @@
2 -<?php
3 -/**
4 - * For all translated messages, this returns the name of the message bracketed.
5 - * This does not affect untranslated messages.
6 - *
7 - * NOTE: It returns a valid title, because there are some poorly written
8 - * extentions that assume the contents of some messages are valid.
9 - *
10 - * @ingroup Language
11 - */
12 -class LanguageQqx extends Language {
13 - function getMessage( $key ) {
14 - return "[$key]";
15 - }
16 -}
 2+<?php
 3+/**
 4+ * For all translated messages, this returns the name of the message bracketed.
 5+ * This does not affect untranslated messages.
 6+ *
 7+ * NOTE: It returns a valid title, because there are some poorly written
 8+ * extentions that assume the contents of some messages are valid.
 9+ *
 10+ * @ingroup Language
 11+ */
 12+class LanguageQqx extends Language {
 13+ function getMessage( $key ) {
 14+ return "($key)";
 15+ }
 16+}
Property changes on: trunk/phase3/languages/classes/LanguageQqx.php
___________________________________________________________________
Added: svn:eol-style
1717 + native

Sign-offs

UserFlagDate
Raymondtested10:21, 19 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92068(bug 15802) An easy way to look up messages: language qqx which returns the m...robin17:46, 13 July 2011

Status & tagging log