Changes between Initial Version and Version 1 of Ticket #15382, comment 4
- Timestamp:
- Sep 27, 2024, 12:05:46 PM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15382, comment 4
initial v1 18 18 }}} 19 19 20 That means nothing will be printed, because loadMessage() falls back to printing an empty string. That could be changed, but I don't know if there are cases where it's ''supposed'' to print an empty string there?20 That means nothing will be printed, because loadMessage() falls back to printing an empty string. That could be changed, but then my first workaround wouldn't work quite properly I think?