#1949 closed defect (bug) (fixed)
Fix a typo and improve consistency in WP.org Profiles Activity Handler
Reported by: | SergeyBiryukov | Owned by: | coffee2code |
---|---|---|---|
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 %s
seems to be typo, should becoming up on %s
, as in thespeaker_id
branch.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 3915: