diff --git a/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php b/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
index 28f2673..6a78bc6 100644
a
|
b
|
class WordCamp_New_Site { |
323 | 323 | '<h3>' . __( 'Our Sponsors', 'wordcamporg' ) . '</h3> ' . |
324 | 324 | '<p>' . __( 'Blurb thanking sponsors', 'wordcamporg' ) . '</p> ' . |
325 | 325 | '<p>[sponsors]</p> ' . |
326 | | '<h3>' . __( 'Interested in sponsoring WordCamp this year?</h3>', 'wordcamporg' ) . |
| 326 | '<h3>' . __( 'Interested in sponsoring WordCamp this year?', 'wordcamporg' ) . '</h3>' . |
327 | 327 | '<p>' . __( 'Check out our <a href="/call-for-sponsors">Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!</p>', 'wordcamporg' ), |
328 | 328 | 'status' => 'publish', |
329 | 329 | 'type' => 'page', |
… |
… |
class WordCamp_New_Site { |
461 | 461 | |
462 | 462 | array( |
463 | 463 | 'title' => __( 'Call for Sponsors', 'wordcamporg' ), |
464 | | 'content' => |
| 464 | 'content' => |
465 | 465 | '<p>' . __( '<em>Organizers note:</em> Make sure you update the "to" address and other fields before publishing this page!', 'wordcamporg' ) . '</p> ' . |
466 | 466 | '<p>' . __( 'Blurb with information for potential sponsors.', 'wordcamporg' ) . '</p> ' . |
467 | 467 | '<p>' . |
… |
… |
class WordCamp_New_Site { |
491 | 491 | |
492 | 492 | array( |
493 | 493 | 'title' => __( 'Call for Speakers', 'wordcamporg' ), |
494 | | 'content' => |
| 494 | 'content' => |
495 | 495 | '<p>' . __( '<em>Organizers note:</em> Submissions to this form will automatically create draft posts for the Speaker and Session post types. Feel free to customize the form, but deleting or renaming the following fields will break the automation: Name, Email, WordPress.org Username, Your Bio, Session Title, Session Description.', 'wordcamporg' ) . '</p>' . |
496 | 496 | '<p>' . __( "If you'd like to propose multiple topics, please submit the form multiple times, once for each topic. [Other speaker instructions/info goes here.]", 'wordcamporg' ) . '</p>' . |
497 | 497 | '<p>' . |
… |
… |
class WordCamp_New_Site { |
526 | 526 | |
527 | 527 | array( |
528 | 528 | 'title' => __( 'Call for Volunteers', 'wordcamporg' ), |
529 | | 'content' => |
| 529 | 'content' => |
530 | 530 | '<p>' . __( '<em>Organizers note:</em> Make sure you update the "to" address and other fields before publishing this page!', 'wordcamporg' ) . '</p> ' . |
531 | 531 | '<p>' . __( 'Blurb with information for potential volunteers.', 'wordcamporg' ) . '</p> ' . |
532 | 532 | '<p>' . |