#1949 closed defect (bug) (fixed)
Fix a typo and improve consistency in WP.org Profiles Activity Handler
| Reported by: | SergeyBiryukov | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Profiles | Keywords: | has-patch commit |
| Cc: |
Description
Some inconsistencies in WPOrg_Profiles_Activity_Handler::handle_wordcamp_activity():
- The attendee_id branch uses string concatenation to append WordCamp date, whereas speaker_id and organizer_id branches above use separate strings for that.
coming up %sseems to be typo, should becoming up on %s, as in thespeaker_idbranch.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 3915: