NOOP_Translations::select_plural_form( int $count )


Description


Parameters

$count

(int) (Required)


Top ↑

Return

(bool)


Top ↑

Source

File: wp-includes/pomo/translations.php

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