X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2FLanguageConverter.php;h=bb5b49fd62ec49c9d2f06c920ea97928830ebdb3;hb=eb341401bc466c9f988ae862ecfd15366b3813a9;hp=cec9ddb5dbd9ae3cbf7a450d9dbf23137f328141;hpb=7dc6a372d99342fd7eb81a6ecbb846bfacf8a8f4;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/LanguageConverter.php b/languages/LanguageConverter.php index cec9ddb5db..bb5b49fd62 100644 --- a/languages/LanguageConverter.php +++ b/languages/LanguageConverter.php @@ -491,21 +491,6 @@ class LanguageConverter { return $ret; } - /** - * Convert link text to all valid variants. - * In the first, this function only convert text outside the - * "-{" "}-" markups. Since the "{" and "}" are not allowed in - * titles, the text will get all converted always. - * So I removed this feature and deprecated the function. - * - * @param $text String: the text to be converted - * @return Array: variant => converted text - * @deprecated since 1.17 Use autoConvertToAllVariants() instead - */ - public function convertLinkToAllVariants( $text ) { - return $this->autoConvertToAllVariants( $text ); - } - /** * Apply manual conversion rules. *