Changes between Initial Version and Version 1 of Ticket #57981, comment 2
- Timestamp:
- 03/25/2023 02:40:05 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57981, comment 2
initial v1 1 1 Another options to what I've suggested in the PR: 2 - Leave the `export_en rty()` untouched and make sure the `match_begin_and_end_newlines()` checks both for `null` and `''` (empty) values.2 - Leave the `export_entry()` untouched and make sure the `match_begin_and_end_newlines()` checks both for `null` and `''` (empty) values. 3 3 - Use `strval( $translation )` to make sure that only strings are sent to `match_begin_and_end_newlines()`, cleaning up any `null` $translation values. 4 4