Opened 11 years ago
Closed 11 years ago
#24282 closed defect (bug) (fixed)
missing semicolon
Reported by: | jcastaneda | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.6 | Priority: | lowest |
Severity: | trivial | Version: | 3.4 |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description
A missing semicolon in line 387 could cause some issues down the road. Added some spacing for readability
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
While a semicolon should be there, it's not really an issue if it's missing. There are a lot of them missing in list tables and some older code too.
Coding style fixes should only be done in closely surrounding code, otherwise they can make patches with more substantial changes stale. Formatting cleanup tickets are generally discouraged:
http://wpdevel.wordpress.com/2011/03/23/code-refactoring/.