Make WordPress Core

Changeset 21793


Ignore:
Timestamp:
09/10/2012 05:34:34 PM (14 years ago)
Author:
ryan
Message:

Restore return by ref for make_entry(). Props SergeyBiryukov. fixes #21839

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pomo/mo.php

    r21792 r21793  
    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
Note: See TracChangeset for help on using the changeset viewer.