Browse Source

version info

tokul 21 years ago
parent
commit
1e107aa2f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions/ngettext.php

+ 2 - 0
functions/ngettext.php

@@ -14,12 +14,14 @@
  * @version $Id$
  * @package squirrelmail
  * @subpackage i18n
+ * @since 1.5.1
  */
 
 /**
  * internal ngettext wrapper.
  *
  * provides ngettext support
+ * @since 1.5.1
  * @link http://www.php.net/function.ngettext
  * @param string $single English string, singular form
  * @param string $plural English string, plural form