Returns a given translation entry.
Parameters
$entry
Translation_Entryrequired
Source
public function translate_entry( &$entry ) {
return false;
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Returns a given translation entry.
$entry
Translation_Entryrequiredpublic function translate_entry( &$entry ) {
return false;
}
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.