213* @since 5.5.0214*215* @param string$translation Translated text.216* @param string$text Text to translate.217* @param string$domain Text domain. Unique identifier for retrieving translated strings.218*/219$translation=apply_filters("gettext_{$domain}",$translation,$text,$domain);220221return$translation;222}223224/**225* Removes last item on a pipe-delimited string.
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.