Opened 20 months ago
Last modified 3 weeks ago
#43907 new enhancement
JS WordPress Coding Standards — Add Space In The Method Call
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Comments | Keywords: | needs-testing has-patch |
Focuses: | coding-standards | Cc: | |
PR Number: |
Description
According to JS WordPress standards, there should be a space right after the opening bracket and closing bracket of the function call. However, in the
wp-includes/js/comment-reply.js
there's no space at function call on line 161.
I am not sure if there's any other reason for being so. But all other function calls seem to follow that standard. Don't know if I am missing something? Would love to know thoughts on it.
Also, I have added the patch.
Attachments (3)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch for the ticket.