Opened 9 years ago
Closed 9 years ago
#37544 closed enhancement (fixed)
Remove one-time variable $pieces for terms_clauses
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | low |
Severity: | minor | Version: | |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
$pieces
is since [28736] only used in compact()
. Having the extra variable makes the current code harder to read and can also confuse IDEs because they can't correctly evaluate whether a variable is used or not.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 38377: