Skip to content

Commit 4dfd12d

Browse files
committed
[ticket/15350] Changes outdated wiki-link to new docs/
PHPBB3-15350
1 parent c52bb42 commit 4dfd12d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

phpBB/docs/coding-guidelines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ <h4>Unicode bi-directional considerations:</h4>
23872387
You have <code>[1/21/31] slon</code>, <code>[2/3/4] slona</code>, <code>[0/5/6] slonova</code> and <code>[7/8/9/11] ...</code> and some more difficult rules.
23882388
</p>
23892389

2390-
<p>The <a href="https://wiki.phpbb.com/Plural_Rules">plural system</a> takes care of this and can be used as follows:</p>
2390+
<p>The <a href="https://area51.phpbb.com/docs/dev/32x/language/plurals.html">plural system</a> takes care of this and can be used as follows:</p>
23912391

23922392
<p>The PHP code will basically look like this:</p>
23932393

phpBB/includes/functions_compatibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ function phpbb_realpath($path)
488488
* Determine which plural form we should use.
489489
* For some languages this is not as simple as for English.
490490
*
491-
* @param $rule int ID of the plural rule we want to use, see http://wiki.phpbb.com/Plural_Rules#Plural_Rules
491+
* @param $rule int ID of the plural rule we want to use, see https://area51.phpbb.com/docs/dev/32x/language/plurals.html
492492
* @param $number int|float The number we want to get the plural case for. Float numbers are floored.
493493
* @return int The plural-case we need to use for the number plural-rule combination
494494
*

phpBB/language/en/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'USER_LANG' => 'en-gb',
4949

5050
// You can define different rules for the determination of plural forms here.
51-
// See http://wiki.phpbb.com/Plural_Rules for more information
51+
// See https://area51.phpbb.com/docs/dev/32x/language/plurals.html for more information
5252
// or ask the translation manager for help.
5353
'PLURAL_RULE' => 1,
5454

0 commit comments

Comments
 (0)