Opened 5 years ago
Closed 5 years ago
#8197 closed defect (bug) (fixed)
src\bp-core\admin\bp-core-admin-functions.php coding standard mistakes
Reported by: | sharaz | Owned by: | slaFFik |
---|---|---|---|
Milestone: | 6.0.0 | Priority: | normal |
Severity: | normal | Version: | 5.0.0 |
Component: | Administration | Keywords: | has-patch commit |
Cc: |
Description
According to the WordPress coding standards. I noticed there lot of mistakes like improper use of coma with the array, Do Block comment extra line, printf improper arguments and indentation mistakes.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hi @sharaz
Thanks for your contribution. Just to be sure is
1.8197.patch
replacing8197.patch
?I believe we should discuss in a master ticket about adding WordPress Coding Standards tool to our build/test tools. And define like a strategy about cleaning "existing" code, just like we did for inline documentation. For example: do 1 component at a time.
For now I'll take a deeper look at your patch before 6.0 release.