MO::select_plural_form( int $count )


Description Description


Parameters Parameters

$count

(int) (Required)


Top ↑

Return Return

(string)


Top ↑

Source Source

File: wp-includes/pomo/mo.php

		function select_plural_form( $count ) {
			return $this->gettext_select_plural_form( $count );
		}

Top ↑

User Contributed Notes User Contributed Notes

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