Uses
Uses | Description |
---|---|
wp-includes/l10n.php: ngettext_with_context_{$domain} | Filters the singular or plural form of a string with gettext context for a domain. |
wp-includes/l10n.php: get_translations_for_domain() | Return the Translations instance for a text domain. |
wp-includes/l10n.php: ngettext_with_context | Filters the singular or plural form of a string with gettext context. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/pomo/translations.php: Translations::translate_plural() |