Making WordPress.org

Ticket #2579: 2579.4.diff

File 2579.4.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

     
    513513                        array(
    514514                                'title'   => __( 'Sponsors', 'wordcamporg' ),
    515515                                'content' =>
    516                                         '<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 https://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 the Call for Sponsors page.", 'wordcamporg' ) . '</p> ' .
     516                                        '<p>'  . sprintf(
     517                                                /* translators: %s: Global Community Sponsorship page URL */
     518                                                __( "<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 the Call for Sponsors page.", 'wordcamporg' )
     519                                                'https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/global-community-sponsorship-for-event-organizers/'
     520                                        ) . '</p> ' .
    517521                                        '<h3>' . __( 'Our Sponsors', 'wordcamporg' ) . '</h3> ' .
    518522                                        '<p>'  . __( 'Blurb thanking sponsors', 'wordcamporg' ) . '</p> ' .
    519523                                        '<p>[sponsors]</p> ' .