Definition:
function __ngettext() {}
Retrieve the plural or single form based on the amount.
Source code
function __ngettext() { _deprecated_function( __FUNCTION__, '2.8', '_n()' ); $args = func_get_args(); return call_user_func_array('_n', $args); }
4425
No comments yet... Be the first to leave a reply!