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 @@
3288
3288
3289
3289
/**
3290
3290
* Return the LanguageConverter used in the Language
3291
+ *
3292
+ * @since 1.19
3291
3293
* @return LanguageConverter
3292
3294
*/
3293
3295
public function getConverter() {
—
—
@@ -3334,6 +3336,8 @@
3335
3337
3336
3338
/**
3337
3339
* Check if the language has the specific variant
3340
+ *
3341
+ * @since 1.19
3338
3342
* @param $variant string
3339
3343
* @return bool
3340
3344
*/
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r105919
Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondar...
dantman
19:19, 12 December 2011
Status & tagging log
08:45, 30 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r110270
[
removed:
new
added:
ok]