Definition:
function _c( $text, $domain = 'default' ) {}
Parameters
- string $text: Text to translate
- string $domain: Optional. Domain to retrieve the translated text
Return values
returns:Translated context string without pipe
Source code
function _c( $text, $domain = 'default' ) {
_deprecated_function( __FUNCTION__, '2.9', '_x()' );
return before_last_bar( translate( $text, $domain ) );
}
4299

February 12, 2011 

