Opened 12 years ago
Closed 12 years ago
#432 closed defect (bug) (fixed)
Credits API: Some repeated names on WordPress credits.php page
| Reported by: | knutsp | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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?
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 1266: