Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44212, comment 3


Ignore:
Timestamp:
05/28/2018 02:41:26 PM (8 years ago)
Author:
subrataemfluence
Comment:

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.
     1Curious 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.
    22
    33Like: