Making WordPress.org

Ticket #2579: 2579.3.diff

File 2579.3.diff, 1.9 KB (added by SergeyBiryukov, 7 years ago)
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php

     
    500500                        array(
    501501                                'title'   => __( 'Sponsors', 'wordcamporg' ),
    502502                                'content' =>
    503                                         '<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> ' .
     503                                        '<p>'  . sprintf(
     504                                                /* translators: %s: Global Community Sponsorship page URL */
     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 the <a href=\"%s\">Global Community Sponsorship</a> handbook page. 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://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/global-community-sponsorship-for-event-organizers/'
     507                                        ) . '</p> ' .
    504508                                        '<h3>' . __( 'Our Sponsors', 'wordcamporg' ) . '</h3> ' .
    505509                                        '<p>'  . __( 'Blurb thanking sponsors', 'wordcamporg' ) . '</p> ' .
    506510                                        '<p>[sponsors]</p> ' .