diff --git wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
index cf0e95c..95e705e 100644
|
|
class WordCamp_New_Site { |
499 | 499 | array( |
500 | 500 | 'title' => __( 'Sponsors', 'wordcamporg' ), |
501 | 501 | 'content' => |
502 | | '<p>' . __( "<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.", 'wordcamporg' ) . '</p> ' . |
| 502 | '<p>' . |
| 503 | sprintf( |
| 504 | // translators: %s: URL for Sponsor Multiple WordCamps |
| 505 | __( "<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 %s. 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.", 'wordcamporg' ), |
| 506 | 'https://central.wordcamp.org/sponsor-multiple-wordcamps/' |
| 507 | ) . |
| 508 | '</p> ' . |
503 | 509 | '<h3>' . __( 'Our Sponsors', 'wordcamporg' ) . '</h3> ' . |
504 | 510 | '<p>' . __( 'Blurb thanking sponsors', 'wordcamporg' ) . '</p> ' . |
505 | 511 | '<p>[sponsors]</p> ' . |