Changeset 19072 for trunk/wp-includes/pomo/mo.php
- Timestamp:
- 10/27/2011 08:00:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/mo.php
r18528 r19072 196 196 197 197 if ('' === $original) { 198 $this->set_headers($this->make_headers($translation)); 198 $headers = $this->make_headers($translation); 199 $this->set_headers($headers); 199 200 } else { 200 201 $entry = &$this->make_entry($original, $translation);
Note: See TracChangeset
for help on using the changeset viewer.