function _c( $text,
$domain = 'default'
) { _deprecated_function( __FUNCTION__, '2.9.0', '_x()'
);
return before_last_bar( translate( $text,
$domain ) );
}/**
* Translates $text like translate(), but assumes that the text
* contains a context after its last vertical bar.
*
* @since 2.5.0
* @deprecated 3.0.0 Use _x()
* @see _x()
*
* @param string $text Text to translate.
* @param string $domain Domain to retrieve the translated text.
* @return string Translated text.
*/