Register plural strings in POT file, but don’t translate them.
Description
See also
Source
function __ngettext_noop( ...$args ) {
_deprecated_function( __FUNCTION__, '2.8.0', '_n_noop()' );
return _n_noop( ...$args );
}
This function has been deprecated since 2.8.0. Use _n_noop() instead.
Register plural strings in POT file, but don’t translate them.
function __ngettext_noop( ...$args ) {
_deprecated_function( __FUNCTION__, '2.8.0', '_n_noop()' );
return _n_noop( ...$args );
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.