Make WordPress Core

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


Ignore:
Timestamp:
08/23/2021 11:38:15 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53988, comment 3

    initial v1  
    33It looks like `wp_filter_object_list()` used to wrap `wp_list_filter()` before [38928] / #37128.
    44
    5 So I think I would prefer reinstating that, as is looks like doing it that other way around would have more unnecessary `if ( $field )` checks.
     5So I think I would prefer reinstating that, as it looks like doing it the other way around would have more unnecessary `if ( $field )` checks.