MO::select_plural_form( int $count )
Parameters
- $count
-
(Required)
Return
(string)
Source
File: wp-includes/pomo/mo.php
function select_plural_form($count) {
return $this->gettext_select_plural_form($count);
}
(Required)
(string)
File: wp-includes/pomo/mo.php
function select_plural_form($count) {
return $this->gettext_select_plural_form($count);
}