Changes between Initial Version and Version 1 of Ticket #37721, comment 7
- Timestamp:
- 08/24/2016 04:05:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37721, comment 7
initial v1 1 As an additional precaution, you may want to add a check at the entrance of wp_list_pluck() to ensure that the $list param is, indeed, an darray.1 As an additional precaution, you may want to add a check at the entrance of wp_list_pluck() to ensure that the $list param is, indeed, an array. 2 2 3 3 This is how I would code it: