Changeset 47122 for trunk/src/wp-includes/pomo/translations.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 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
r46739 r47122 269 269 function make_headers( $translation ) { 270 270 $headers = array(); 271 // sometimes \ns are used instead of real new lines271 // Sometimes \n's are used instead of real new lines. 272 272 $translation = str_replace( '\n', "\n", $translation ); 273 273 $lines = explode( "\n", $translation );
Note: See TracChangeset
for help on using the changeset viewer.