Opened 6 years ago
Closed 3 years ago
#47422 closed enhancement (fixed)
Coding Standards: wp-admin/includes/ms.php
Reported by: | davidbaumwald | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | minor | Version: | 5.3 |
Component: | Networks and Sites | Keywords: | has-patch good-first-bug commit |
Focuses: | multisite, coding-standards | Cc: |
Description
Non-Yoda conditions, loose comparisons, loop/conditional assignments, unnecessary condition in wp-admin/includes/ms.php
Attachments (2)
Change History (12)
#2
@
6 years ago
- Component changed from Administration to Networks and Sites
- Milestone changed from Awaiting Review to Future Release
This ticket was mentioned in Slack in #core by lukecarbis. View the logs.
4 years ago
#6
@
4 years ago
- Milestone changed from 5.8 to 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
@
4 years ago
- Milestone changed from Future Release to 5.9
Moving to 5.9 just so that I don't forget about this ticket when working on other coding standard fixes :)
#8
@
3 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.
Note: See
TracTickets for help on using
tickets.
Patch