NOOP_Translations::select_plural_form( int $count )


Parameters

$count

(int) (Required)


Return

(bool)


Source

File: wp-includes/pomo/translations.php

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