Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59774, comment 5


Ignore:
Timestamp:
01/22/2024 02:48:06 PM (12 months ago)
Author:
david.binda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59774, comment 5

    initial v1  
    2626}}}
    2727
    28 I'm attaching another version of the patch as well as PHPUnit tests. While writting the PHPUnit tests, I have noticed another PHP Warning which would occur in case the `$index_key` param of the `wp_list_pluck` is not `null`, but the `$field` is missing in one of the `$input_field`s. I have modified existing PHPUnit tests to cover such a situation.
     28I'm attaching another version of the patch as well as PHPUnit tests. While writting the PHPUnit tests, I have noticed another PHP Warning which would occur in case the `$index_key` param of the `wp_list_pluck` is not `null`, but the `$field` is missing in one of the `$input_list` items. I have modified existing PHPUnit tests to cover such a situation.