Opened 7 years ago
Closed 7 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0.0 |
| Component: | Administration | Version: | 5.0.0 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @sharaz
Thanks for your contribution. Just to be sure is
1.8197.patchreplacing8197.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.