Ticket #21839: 21839.mo.diff
File 21839.mo.diff, 542 bytes (added by , 13 years ago) |
---|
-
wp-includes/pomo/mo.php
215 215 * @param string $translation translation string from MO file. Might contain 216 216 * 0x00 as a plural translations separator 217 217 */ 218 function make_entry($original, $translation) {218 function &make_entry($original, $translation) { 219 219 $entry = new Translation_Entry(); 220 220 // look for context 221 221 $parts = explode(chr(4), $original);