Changeset 2017
- Timestamp:
- 10/29/2015 08:33:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
r1720 r2017 414 414 '<p>' . 415 415 sprintf( 416 // translators: %s: URL for code of conduct policy 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' … … 421 422 '<p>' . 422 423 sprintf( 424 // translators: %s: URL for article about harassment reports 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' … … 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> ' . … … 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(
Note: See TracChangeset
for help on using the changeset viewer.