214* @since 5.5.0215*216* @param string$translation Translated text.217* @param string$text Text to translate.218* @param string$domain Text domain. Unique identifier for retrieving translated strings.219*/220$translation=apply_filters("gettext_{$domain}",$translation,$text,$domain);221222return$translation;223}224225/**226* Removes last item on a pipe-delimited string.
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.