Making WordPress.org

Ticket #1386: meta.1386.0.patch

File meta.1386.0.patch, 2.6 KB (added by bordoni, 9 years ago)
  • wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php

    diff --git a/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php b/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
    index 28f2673..6a78bc6 100644
    a b class WordCamp_New_Site { 
    323323                                        '<h3>' . __( 'Our Sponsors', 'wordcamporg' ) . '</h3> ' .
    324324                                        '<p>'  . __( 'Blurb thanking sponsors', 'wordcamporg' ) . '</p> ' .
    325325                                        '<p>[sponsors]</p> ' .
    326                                         '<h3>' . __( 'Interested in sponsoring WordCamp this year?</h3>', 'wordcamporg' ) .
     326                                        '<h3>' . __( 'Interested in sponsoring WordCamp this year?', 'wordcamporg' ) . '</h3>' .
    327327                                        '<p>'  . __( 'Check out our <a href="/call-for-sponsors">Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!</p>', 'wordcamporg' ),
    328328                                'status'  => 'publish',
    329329                                'type'    => 'page',
    class WordCamp_New_Site { 
    461461
    462462                        array(
    463463                                'title'   => __( 'Call for Sponsors', 'wordcamporg' ),
    464                                 'content' => 
     464                                'content' =>
    465465                                        '<p>' . __( '<em>Organizers note:</em> Make sure you update the "to" address and other fields before publishing this page!', 'wordcamporg' ) . '</p> ' .
    466466                                        '<p>' . __( 'Blurb with information for potential sponsors.', 'wordcamporg' ) . '</p> ' .
    467467                                        '<p>' .
    class WordCamp_New_Site { 
    491491
    492492                        array(
    493493                                'title'   => __( 'Call for Speakers', 'wordcamporg' ),
    494                                 'content' => 
     494                                'content' =>
    495495                                        '<p>' . __( '<em>Organizers note:</em> Submissions to this form will automatically create draft posts for the Speaker and Session post types. Feel free to customize the form, but deleting or renaming the following fields will break the automation: Name, Email, WordPress.org Username, Your Bio, Session Title, Session Description.', 'wordcamporg' ) . '</p>' .
    496496                                        '<p>' . __( "If you'd like to propose multiple topics, please submit the form multiple times, once for each topic. [Other speaker instructions/info goes here.]", 'wordcamporg' ) . '</p>' .
    497497                                        '<p>' .
    class WordCamp_New_Site { 
    526526
    527527                        array(
    528528                                'title'   => __( 'Call for Volunteers', 'wordcamporg' ),
    529                                 'content' => 
     529                                'content' =>
    530530                                        '<p>' . __( '<em>Organizers note:</em> Make sure you update the "to" address and other fields before publishing this page!', 'wordcamporg' ) . '</p> ' .
    531531                                        '<p>' . __( 'Blurb with information for potential volunteers.', 'wordcamporg' ) . '</p> ' .
    532532                                        '<p>' .