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