wordpress / latest / classes / noop_translations / select_plural_form.html

NOOP_Translations::select_plural_form( int $count ): bool

Parameters

$count int Required

Return

bool

Source

File: wp-includes/pomo/translations.php. View all references

public function select_plural_form( $count ) {
	return 1 == $count ? 0 : 1;
}

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/noop_translations/select_plural_form