Opened 8 years ago
Closed 8 years ago
#2579 closed defect (bug) (fixed)
Broken Multi Event Sponsorship Packages
Reported by: | edpittol | Owned by: | iandunn |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | WordCamp Site & Plugins | Keywords: | has-patch |
Cc: |
Description
The stub data for the Sponsors page has a broken URL.
<em>Organizers note:</em> Multi-event sponsors have been automatically created in the Sponsors menu, but you'll need to remove the ones that don't apply to your specific event. To find out which ones apply, please visit http://central.wordcamp.org/multi-event-sponsorship-packages/. After that, you should add the sponsors that are specific to your event. For non-English sites, make sure the URL below matches Call for Sponsors page."
This URL redirect to https://central.wordcamp.org/. I believe that the right URL is https://central.wordcamp.org/sponsor-multiple-wordcamps/.
In the patch, I removed the URL of the string using sprintf function and adding a translation note. How in another pages stubs data.
Attachments (4)
Change History (9)
#2
@
8 years ago
- Owner set to iandunn
- Priority changed from normal to low
- Status changed from new to accepted
#3
@
8 years ago
2579.3.diff fixes the opening <p>
tag accidentally removed in 2579-2.diff, and converts the raw URL into a link. Should be good to go.
I don't think that URL has the information an organizer would need to remove sponsors outside their region. The old URL had a list of sponsors, the region, and their level. So, I think the new URL would be:
https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/global-community-sponsorship-for-event-organizers/
Other than that, the patch looks good.