Make WordPress Core


Ignore:
Timestamp:
09/10/2012 05:00:11 PM (12 years ago)
Author:
ryan
Message:

Remove unnecessary return by refs. Props wonderboymusic. fixes #21839

File:
1 edited

Legend:

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

    r19072 r21792  
    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.