Making WordPress.org

Ticket #2579: 2579.diff

File 2579.diff, 1.7 KB (added by edpittol, 8 years ago)
  • wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php

    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 { 
    499499                        array(
    500500                                'title'   => __( 'Sponsors', 'wordcamporg' ),
    501501                                '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> ' .
    503509                                        '<h3>' . __( 'Our Sponsors', 'wordcamporg' ) . '</h3> ' .
    504510                                        '<p>'  . __( 'Blurb thanking sponsors', 'wordcamporg' ) . '</p> ' .
    505511                                        '<p>[sponsors]</p> ' .