r77517 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77516‎ | r77517 | r77518 >
Date:00:30, 1 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r71459
Deprecate Language::convertLinkToAllVariants() now.
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -2706,6 +2706,8 @@
27072707 * If a language supports multiple variants, converts text
27082708 * into an array of all possible variants of the text:
27092709 * 'variant' => text in that variant
 2710+ *
 2711+ * @deprecated Use autoConvertToAllVariants()
27102712 */
27112713 function convertLinkToAllVariants( $text ) {
27122714 return $this->mConverter->convertLinkToAllVariants( $text );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71459follow up r69134. Change all of convertLinkToAllVariants()'s callers to call ...philip02:07, 23 August 2010

Status & tagging log