Making WordPress.org

Ticket #2579: 2579-2.diff

File 2579-2.diff, 1.8 KB (added by edpittol, 8 years ago)

Changed the URL

  • 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..47ed699 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                                                sprintf(
     503                                                        // translators: %s: URL for Global Community Sponsorship
     504                                                        __( "<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' ),
     505                                                        'https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/global-community-sponsorship-for-event-organizers/'
     506                                                ) .
     507                                        '</p> ' .
    503508                                        '<h3>' . __( 'Our Sponsors', 'wordcamporg' ) . '</h3> ' .
    504509                                        '<p>'  . __( 'Blurb thanking sponsors', 'wordcamporg' ) . '</p> ' .
    505510                                        '<p>[sponsors]</p> ' .