Changes between Initial Version and Version 1 of Ticket #44212, comment 3
- Timestamp:
- 05/28/2018 02:41:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44212, comment 3
initial v1 1 Curious to know what if we just wrap the `$list` within a `trim()` function to clean it up frm any leading or trailing spaces before using `preg_split` on to it in the core functions since we already have is_array() guard around this.1 Curious to know what if we just wrap the `$list` within a `trim()` function to clean it up frm any leading or trailing spaces before using `preg_split` on to it in the core functions. 2 2 3 3 Like: