NOOP_Translations::select_plural_form( int $count ): bool


Parameters

$count int Required

Top ↑

Return

bool


Top ↑

Source

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

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

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.