Returns a given translation entry.
Parameters
$entryTranslation_Entryrequired
Source
public function translate_entry( &$entry ) {
return false;
}
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
Returns a given translation entry.
$entryTranslation_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.