Opened 12 years ago
Closed 11 years ago
#432 closed defect (bug) (fixed)
Credits API: Some repeated names on WordPress credits.php page
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | API | Keywords: | |
| Cc: |
Description
Sergey Biryukov, Mike Schroder and Drew Jaynes are listed under both (group) "Contributing Developers" and (list) "Core Contributors".
They have one thing in common, their nicknames are mixed case (SergeyBiryukov, DH-Shredder, DrewAPicture). All others listed in groups have lowercase nicks.
In core/credits/wp-39.php I see that groups() uses mixed case array keys, but props() uses lowercased keys.
Is there some "no duplicates" or "no repeats" checking in the API that misses those three because of case sensitivity?
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 1266: