Making WordPress.org

Ticket #1362: meta-1362.patch

File meta-1362.patch, 2.2 KB (added by SergeyBiryukov, 10 years ago)
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php

     
    413413                                'content' =>
    414414                                        '<p>' .
    415415                                                sprintf(
     416                                                        /* translators: %s: anti-harassment policy URL */
    416417                                                        __( '<em>Organizers note:</em> Below is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href="%s">anti-harassment policy.</a>', 'wordcamporg' ),
    417418                                                        'http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy'
    418419                                                ) .
     
    420421
    421422                                        '<p>' .
    422423                                                sprintf(
     424                                                        /* translators: %s: responding to reports URL */
    423425                                                        __( 'We also recommend the organizing team read this article on <a href="%s">how to take a harassment report</a>', 'wordcamporg' ),
    424426                                                        'http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports'
    425427                                                ) .
     
    446448        protected function get_stub_posts( $wordcamp, $meta ) {
    447449                $posts = array(
    448450                        array(
    449                                 'title'   => __( 'Welcome to ', 'wordcamporg' ) . get_option( 'blogname' ),
     451                                /* translators: %s: site title */
     452                                'title'   => sprintf( __( 'Welcome to %s', 'wordcamporg' ), get_option( 'blogname' ) ),
    450453                                'content' =>
    451454                                        '<p>' . __( '<em>Organizers note:</em> Please update the portions <span style="color: red; text-decoration: underline;">with red text</span>.', 'wordcamporg' ) . '</p> ' .
    452455                                        '<p>' . __( 'We\'re happy to announce that <span style="color: red; text-decoration: underline;">WordCamp YourCityName</span> is officially on the calendar!', 'wordcamporg' ) . '</p> ' .
     
    653656                        $sponsorship_level = $sponsorship_level_id[0]->sponsorship_level;
    654657
    655658                        $pages[] = array(
     659                                /* translators: %s: sponsorship level */
    656660                                'title'   => sprintf( __( 'Thank you to our %s sponsors', 'wordcamporg' ), $sponsorship_level->post_title ),
    657661                                'content' => sprintf(
    658662                                        '%s %s',