Changeset 54134 for trunk/src/wp-includes/pomo/po.php
- Timestamp:
- 09/12/2022 05:50:36 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/po.php
r52640 r54134 127 127 $string = str_replace( array_keys( $replaces ), array_values( $replaces ), $string ); 128 128 129 $po = $quote . implode( " ${slash}n$quote$newline$quote", explode( $newline, $string ) ) . $quote;129 $po = $quote . implode( "{$slash}n{$quote}{$newline}{$quote}", explode( $newline, $string ) ) . $quote; 130 130 // Add empty string on first line for readbility. 131 131 if ( false !== strpos( $string, $newline ) &&
Note: See TracChangeset
for help on using the changeset viewer.