Make WordPress Core


Ignore:
Timestamp:
10/27/2011 08:00:09 PM (14 years ago)
Author:
ryan
Message:

Avoid 'Only variables should be passed by reference' warnings. Props SergeyBiryukov. see #18975

File:
1 edited

Legend:

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

    r18528 r19072  
    196196
    197197            if ('' === $original) {
    198                 $this->set_headers($this->make_headers($translation));
     198                $headers = $this->make_headers($translation);
     199                $this->set_headers($headers);
    199200            } else {
    200201                $entry = &$this->make_entry($original, $translation);
Note: See TracChangeset for help on using the changeset viewer.