You appear to be a bot. Output may be restricted
Description
Register plural strings in POT file, but don't translate them.
Usage
__ngettext_noop();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/deprecated.php
Lines: 1 to 6 of 6
function __ngettext_noop() { _deprecated_function( __FUNCTION__, '2.8.0', '_n_noop()' ); $args = func_get_args(); return call_user_func_array('_n_noop', $args); }