Changeset 21792 for trunk/wp-includes/pomo/mo.php
- Timestamp:
- 09/10/2012 05:00:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/mo.php
r19072 r21792 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.