Make WordPress Core

Ticket #21839: 21839.mo.diff

File 21839.mo.diff, 542 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/pomo/mo.php

     
    215215         * @param string $translation translation string from MO file. Might contain
    216216         *      0x00 as a plural translations separator
    217217         */
    218         function make_entry($original, $translation) {
     218        function &make_entry($original, $translation) {
    219219                $entry = new Translation_Entry();
    220220                // look for context
    221221                $parts = explode(chr(4), $original);