Making WordPress.org

Ticket #1940: 1940.patch

File 1940.patch, 4.5 KB (added by samuelsidler, 8 years ago)
  • rosetta-sites.php

     
    828828
    829829                $welcome_o2_post = [
    830830                        'post_title'   => 'Welcome',
    831                         'post_content' => "<h4>Welcome!</h4> \n\n This welcome message appears for everyone who visits your site. It is dismissible, but reappears every time you edit the page. You can use the Edit link below to customize the content seen here. \n\n There are two sections: a welcome message, like you're reading now, and the meeting and contact information on the right. The sections are separated with a horizontal rule.<a href=\"https://make.wordpress.org/meta/\">Check out this example</a> of what the welcome message can look like. \n\n Do not change the slug of this page. \n\n <hr /> \n\n <h4>Weekly Meetings</h4> \n\n Do you have weekly meetings? Add them here! \n\n <h4>Contact</h4> \n\n Does your team have its own Slack for coordination? Add the information here so new contributors can get involved.",
     831                        'post_content' => "<h4>Welcome!</h4> \n\n This welcome message appears for everyone who visits your site. It is dismissible, but reappears every time you edit the page. You can use the Edit link below to customize the content seen here. \n\n There are two sections: a welcome message, like you're reading now, and the meeting and contact information on the right. The sections are separated with a horizontal rule. <a href=\"https://make.wordpress.org/meta/\">Check out this example</a> of what the welcome message can look like. \n\n Do not change the slug of this page. \n\n <hr /> \n\n <h4>Weekly Meetings</h4> \n\n Do you have weekly meetings? Add them here! \n\n <h4>Contact</h4> \n\n Does your team have its own Slack for coordination? Add the information here so new contributors can get involved.",
    832832                        'post_author'  => $user_id,
    833833                        'post_name'    => 'welcome',
    834834                        'post_status'  => 'publish',
     
    838838
    839839                $intro_o2_post = [
    840840                        'post_title'   => "Welcome to Your Team's O2!",
    841                         'post_content' => "We're happy to give each translation team their own blog, allowing you to coordinate easier, right on WordPress.org. You can customize this site and add pages, as needed. If you have questions, <a href='https://make.wordpress.org/meta/'>let the meta team know</a>. \n\n <h2>How to use O2</h2> \n\n O2 is a combination of a theme and a plugin that allows for easier collaboration. Here are a few features that will be helpful to coordinating your team's activities: <ol><li><strong>@mentions:</strong> Mention anyone on the WordPress.org network by putting an @ in front of their username. Members of your locale sites (including your main site, your forums, and O2) are automatically added to autocomplete.</li><li><strong>Tags:</strong> Tagging can be added easily with the # tag and can now be added inline in posts. Click on a tag and to see all tagged posts.</li><li><strong>Cross posts:</strong> Cross post to another O2 site on WordPress.org by using the + symbol. You can cross post to any site that's using O2.</li></ol> /n/n <hr /> /n/n That's it! Enjoy your new blog and <a href='https://meta.trac.wordpress.org/newticket?component=Make+(Get+Involved)+%2F+P2'>file meta tickets</a> if you run into any issues.",
     841                        'post_content' => "We're happy to give each translation team their own blog, allowing you to coordinate easier, right on WordPress.org. You can customize this site and add pages, as needed. If you have questions, <a href='https://make.wordpress.org/meta/'>let the meta team know</a>. \n\n <h2>How to use O2</h2> \n\n O2 is a combination of a theme and a plugin that allows for easier collaboration. Here are a few features that will be helpful to coordinating your team's activities: <ol><li><strong>@mentions:</strong> Mention anyone on the WordPress.org network by putting an @ in front of their username. Members of your locale sites (including your main site, your forums, and O2) are automatically added to autocomplete.</li><li><strong>Tags:</strong> Tagging can be added easily with the # tag and can now be added inline in posts. Click on a tag and to see all tagged posts.</li><li><strong>Cross posts:</strong> Cross post to another O2 site on WordPress.org by using the + symbol. You can cross post to any site that's using O2.</li></ol> \n\n <hr /> \n\n That's it! Enjoy your new blog and <a href='https://meta.trac.wordpress.org/newticket?component=Make+(Get+Involved)+%2F+P2'>file meta tickets</a> if you run into any issues.",
    842842                        'post_author'  => $user_id,
    843843                        'post_name'    => 'welcome-to-o2',
    844844                        'post_status'  => 'publish',