On this page
MO::export_translations( Translation_Entry $entry ): string
Parameters
$entryTranslation_Entry Required
Return
string
Source
File: wp-includes/pomo/mo.php. View all references
public function export_translations( $entry ) {
// TODO: Warnings for control characters.
return $entry->is_plural ? implode( "\0", $entry->translations ) : $entry->translations[0];
}
Related
Used By
| Used By | Description |
|---|---|
| MO::export_to_file_handle() wp-includes/pomo/mo.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/mo/export_translations