Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




__ngettext [ WordPress Function ]

__ngettext ( No parameters )
See:
Defined at:



Retrieve the plural or single form based on the amount.

Source


<?php
function __ngettext() {
    
_deprecated_function__FUNCTION__'2.8''_n()' );
    
$args func_get_args();
    return 
call_user_func_array('_n'$args);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics