Changeset 35686 for trunk/src/wp-includes/pomo/translations.php
- Timestamp:
- 11/18/2015 08:36:50 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pomo/translations.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/translations.php
r35620 r35686 83 83 function translate_entry(&$entry) { 84 84 $key = $entry->key(); 85 $key = str_replace( "\r\n", "\n", $key );86 85 return isset($this->entries[$key])? $this->entries[$key] : false; 87 86 }
Note: See TracChangeset
for help on using the changeset viewer.