From d277a9ead0b1cb9a19bc5fc9ed0eb3c9dc12917e Mon Sep 17 00:00:00 2001 From: Marius Hoch Date: Thu, 27 Sep 2012 01:35:08 +0200 Subject: [PATCH] Link the credits in Special:Version in all languages Add the link to {{SERVER}}{{SCRIPTPATH}}/CREDITS in Special:Version in the code and not in the interface message, which is way more straightforward, makes the message easier and assures that the developers are credited no matter of the current interface language. The following languages need interface changes after this is merged: He, Ko, Bcl, Jv (the fact that this list is so short once again proves the point that the link isn't set in many languages). I'll take care of those. Change-Id: If12c4eb8453da40ede4b9768b2dacfaf838aa2ab --- includes/specials/SpecialVersion.php | 12 +++++++----- languages/messages/MessagesEn.php | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index fbc2c932f4..4e5b6bf5a3 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -83,7 +83,7 @@ class SpecialVersion extends SpecialPage { $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMessage( 'version-license' )->text() ); // This text is always left-to-right. - $ret .= '
'; + $ret .= '