Changes between Initial Version and Version 1 of Ticket #61307, comment 6
- Timestamp:
- 06/07/2024 09:59:33 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61307, comment 6
initial v1 1 I agree that `$clauses` more accurately describes the associat e array expected here after `compact( $pieces )`, but it does look funny for the comment to not allude to the obvious use of `$pieces` in context.1 I agree that `$clauses` more accurately describes the associative array expected here after `compact( $pieces )`, but it does look funny for the comment to not allude to the obvious use of `$pieces` in context. 2 2 3 3 The DocBlock at https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-query.php#L2934 is verbose in describing what `$clauses` represents. Would it help for the other filter calls to include these details to avoid ambiguity?