Changeset 21793 for trunk/wp-includes/pomo/mo.php
- Timestamp:
- 09/10/2012 05:34:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/mo.php
r21792 r21793 216 216 * 0x00 as a plural translations separator 217 217 */ 218 function make_entry($original, $translation) {218 function &make_entry($original, $translation) { 219 219 $entry = new Translation_Entry(); 220 220 // look for context
Note: See TracChangeset
for help on using the changeset viewer.