Changes between Version 2 and Version 3 of Ticket #53988, comment 3
- Timestamp:
- 08/23/2021 11:40:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53988, comment 3
v2 v3 3 3 It looks like `wp_filter_object_list()` used to wrap `wp_list_filter()` before [38928] / #37128. 4 4 5 So I think I would prefer reinstating that , as doing it the other way around wouldhave more unnecessary `if ( $field )` checks.5 So I think I would prefer reinstating that. Doing it the other way around might have more unnecessary `if ( $field )` checks.