Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61307, comment 4


Ignore:
Timestamp:
05/30/2024 10:47:11 PM (11 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61307, comment 4

    initial v1  
    11Thanks for the ticket!
    22
    3 IIRC, this part of the DocBlock was not reverted back to `$pieces` in [53376] specifically to avoid confusion. My thinking was that `$clauses` represents `compact( $pieces )`, which gets passed to the fillters, not `$pieces` itself.
     3IIRC, this part of the DocBlock was not reverted back to `$pieces` in [53376] specifically to avoid confusion. My thinking was that `$clauses` represents `compact( $pieces )`, which gets passed to the filters, not `$pieces` itself.
    44
    55So reverting this to `$pieces` would be more confusing for me, but I'm curious to see what others think.