Changes between Initial Version and Version 1 of Ticket #51461, comment 12
- Timestamp:
- 10/15/2020 09:59:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51461, comment 12
initial v1 1 1 I had the same thought when I saw it. It doesn't seems to follow [https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#clever-code the guideline about clever code]. 2 2 3 I'd personally suggest removing it, and writing simple, descriptive statements like in Dion's example.3 I'd personally suggest removing it, and writing simple, descriptive `isset()` statements like in Dion's example.