r110270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110269‎ | r110270 | r110271 >
Date:08:10, 30 January 2012
Author:hashar
Status:ok
Tags:
Comment:
@since for r105919 (hasVariant / getConverter)
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -3287,6 +3287,8 @@
32883288
32893289 /**
32903290 * Return the LanguageConverter used in the Language
 3291+ *
 3292+ * @since 1.19
32913293 * @return LanguageConverter
32923294 */
32933295 public function getConverter() {
@@ -3334,6 +3336,8 @@
33353337
33363338 /**
33373339 * Check if the language has the specific variant
 3340+ *
 3341+ * @since 1.19
33383342 * @param $variant string
33393343 * @return bool
33403344 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105919Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondar...dantman19:19, 12 December 2011

Status & tagging log