Codex tools: Log in
Contents |
Register plural strings with context in POT file, but don't translate them.
<?php _nx_noop( $singular, $plural, $context ) ?>
array(
0 => $singular,
1 => $plural,
3 => $context
'singular' => $singular,
'plural' => $plural,
'context' => $context
)
_nx_noop() is located in /wp-includes/l10n.php.
L10n: translate(), __(), _e(), _n(), _x(), _ex(), _nx(), esc_attr__(), esc_attr_e(), esc_attr_x(), esc_html__(), esc_html_e(), esc_html_x(), _n_noop(), _nx_noop(), translate_nooped_plural()