Opened 7 years ago
Closed 5 years ago
#47422 closed enhancement (fixed)
Coding Standards: wp-admin/includes/ms.php
| Reported by: | davidbaumwald | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.9 |
| Component: | Networks and Sites | Version: | 5.3 |
| Severity: | minor | Keywords: | has-patch good-first-bug commit |
| Cc: | Focuses: | multisite, coding-standards |
Description
Non-Yoda conditions, loose comparisons, loop/conditional assignments, unnecessary condition in wp-admin/includes/ms.php
Attachments (2)
Change History (12)
#2
@
7 years ago
- Component Administration → Networks and Sites
- Milestone Awaiting Review → Future Release
This ticket was mentioned in Slack in #core by lukecarbis. View the logs.
5 years ago
#6
@
5 years ago
- Milestone 5.8 → Future Release
This one still needs a refresh. With 5.8 feature freeze today, I'm going to punt to Future Release. When a contributor is able to refresh the patch, it can be moved back to a numbered milestone.
#7
@
5 years ago
- Milestone Future Release → 5.9
Moving to 5.9 just so that I don't forget about this ticket when working on other coding standard fixes :)
#8
@
5 years ago
- Keywords needs-refresh removed
@SergeyBiryukov patch refreshed against trunk and also to handle the remaining loose comparisons. I kept 3 of them as I'm not sure it's a good think to cast the remaining '0' strings to integers.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch