From 31c7b01c3a7b5af29cbffe3e587c7a91b5217bab Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 9 Dec 2014 00:03:24 +0530 Subject: [PATCH] Add reference links to docblock --- lib/Cake/I18n/I18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Cake/I18n/I18n.php b/lib/Cake/I18n/I18n.php index 3cc00290b..b03655c9a 100644 --- a/lib/Cake/I18n/I18n.php +++ b/lib/Cake/I18n/I18n.php @@ -311,7 +311,8 @@ class I18n { * @param string $header Type * @param int $n Number * @return int plural match - * @see + * @link http://localization-guide.readthedocs.org/en/latest/l10n/pluralforms.html + * @link https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_and_Plurals#List_of_Plural_Rules */ protected function _pluralGuess($header, $n) { if (!is_string($header) || $header === "nplurals=1;plural=0;" || !isset($header[0])) {