#1949 closed defect (bug) (fixed)
Fix a typo and improve consistency in WP.org Profiles Activity Handler
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| 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.
In 3915: