Making WordPress.org

Changeset 5510


Ignore:
Timestamp:
05/24/2017 06:45:38 PM (7 years ago)
Author:
coreymckrill
Message:

WordCamp: Update sponsorship link in Sponsors page content stub

This change also removes the link from the gettext string and inserts
it via sprintf instead.

Fixes #2579
Props edpittol, SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php

    r5381 r5510  
    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> ' .
Note: See TracChangeset for help on using the changeset viewer.