Changes between Initial Version and Version 1 of Ticket #50867, comment 8
- Timestamp:
- 08/07/2020 08:54:39 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50867, comment 8
initial v1 5 5 From that, I think `wp_classnames` has definite merit, that part of the code is much easier to read. 6 6 7 `wp_el` is a little harderto read in my opinion, mostly because of the amount of indentation, but I still think it's an improvement over the original concatenated string.7 `wp_el` is a little difficult to read in my opinion, mostly because of the amount of indentation, but I still think it's an improvement over the original concatenated string. 8 8 9 9 One of the worst parts I find about assembling HTML using current techniques is having to match up opening and closing tags, particularly when there's some conditional logic involved around those tags. It's too easy to make a mistake and end up with invalid HTML.