Ticket #1362: meta-1362.patch
| File meta-1362.patch, 2.2 KB (added by , 10 years ago) |
|---|
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
413 413 'content' => 414 414 '<p>' . 415 415 sprintf( 416 /* translators: %s: anti-harassment policy URL */ 416 417 __( '<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' ), 417 418 'http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy' 418 419 ) . … … 420 421 421 422 '<p>' . 422 423 sprintf( 424 /* translators: %s: responding to reports URL */ 423 425 __( 'We also recommend the organizing team read this article on <a href="%s">how to take a harassment report</a>', 'wordcamporg' ), 424 426 'http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports' 425 427 ) . … … 446 448 protected function get_stub_posts( $wordcamp, $meta ) { 447 449 $posts = array( 448 450 array( 449 'title' => __( 'Welcome to ', 'wordcamporg' ) . get_option( 'blogname' ), 451 /* translators: %s: site title */ 452 'title' => sprintf( __( 'Welcome to %s', 'wordcamporg' ), get_option( 'blogname' ) ), 450 453 'content' => 451 454 '<p>' . __( '<em>Organizers note:</em> Please update the portions <span style="color: red; text-decoration: underline;">with red text</span>.', 'wordcamporg' ) . '</p> ' . 452 455 '<p>' . __( 'We\'re happy to announce that <span style="color: red; text-decoration: underline;">WordCamp YourCityName</span> is officially on the calendar!', 'wordcamporg' ) . '</p> ' . … … 653 656 $sponsorship_level = $sponsorship_level_id[0]->sponsorship_level; 654 657 655 658 $pages[] = array( 659 /* translators: %s: sponsorship level */ 656 660 'title' => sprintf( __( 'Thank you to our %s sponsors', 'wordcamporg' ), $sponsorship_level->post_title ), 657 661 'content' => sprintf( 658 662 '%s %s',