Changeset 56233
- Timestamp:
- 07/14/2023 03:32:34 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/contribute.php
r56220 r56233 48 48 49 49 <ul> 50 <li><?php _e( 'Be part of a global open source community ' ); ?></li>51 <li><?php _e( 'Apply your skills or learn some new ones' ); ?></li>52 <li><?php _e( 'Grow your network and make new friends' ); ?></li>50 <li><?php _e( 'Be part of a global open source community.' ); ?></li> 51 <li><?php _e( 'Apply your skills or learn new ones.' ); ?></li> 52 <li><?php _e( 'Grow your network and make friends.' ); ?></li> 53 53 </ul> 54 </div>55 </div>56 57 <div class="about__section">58 <div class="column">59 <h2><?php _e( 'Find your team' ); ?></h2>60 <p><?php _e( 'Finding the area that aligns with your skills and interests is the first step toward meaningful contribution. With more than 20 Make WordPress teams working on different parts of the open-source WordPress project, there’s a place for everyone, no matter what your skill set is.' ); ?></p>61 54 </div> 62 55 </div> … … 64 57 <div class="about__section has-2-columns is-wider-left"> 65 58 <div class="column is-vertically-aligned-center"> 66 <h3><?php _e( 'No- Code Contribution' ); ?></h3>59 <h3><?php _e( 'No-code contribution' ); ?></h3> 67 60 <p><?php _e( 'WordPress may thrive on technical contributions, but you don’t have to code to contribute. Here are some of the ways you can make an impact without writing a single line of code:' ); ?></p> 68 61 <ul> 69 <li><?php _e( '<strong>Share</strong> your knowledge in the WordPress support forums ' ); ?></li>70 <li><?php _e( '<strong>Write</strong> or improve documentation for WordPress ' ); ?></li>71 <li><?php _e( '<strong>Translate</strong> WordPress into your local language ' ); ?></li>72 <li><?php _e( '<strong>Create</strong> and improve WordPress educational materials ' ); ?></li>73 <li><?php _e( '<strong>Promote</strong> the WordPress project to your community ' ); ?></li>74 <li><?php _e( '<strong> Take</strong> photos for or help curate the WordPress Photos Directory' ); ?></li>75 <li><?php _e( '<strong>Organize</strong> or participate in local WordPress Meetups and WordCamps ' ); ?></li>76 <li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design ' ); ?></li>77 <li><?php _e( '<strong>Edit</strong> videos and add captions to WordPress.tv ' ); ?></li>78 <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of millions of websites ' ); ?></li>62 <li><?php _e( '<strong>Share</strong> your knowledge in the WordPress support forums.' ); ?></li> 63 <li><?php _e( '<strong>Write</strong> or improve documentation for WordPress.' ); ?></li> 64 <li><?php _e( '<strong>Translate</strong> WordPress into your local language.' ); ?></li> 65 <li><?php _e( '<strong>Create</strong> and improve WordPress educational materials.' ); ?></li> 66 <li><?php _e( '<strong>Promote</strong> the WordPress project to your community.' ); ?></li> 67 <li><?php _e( '<strong>Curate</strong> submissions or take photos for the WordPress Photos Directory.' ); ?></li> 68 <li><?php _e( '<strong>Organize</strong> or participate in local WordPress Meetups and WordCamps.' ); ?></li> 69 <li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design.' ); ?></li> 70 <li><?php _e( '<strong>Edit</strong> videos and add captions to WordPress.tv.' ); ?></li> 71 <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of millions of websites.' ); ?></li> 79 72 </ul> 80 73 </div> … … 88 81 </div> 89 82 <div class="column is-vertically-aligned-center"> 90 <h3><?php _e( 'Code-based Contribution' ); ?></h3>83 <h3><?php _e( 'Code-based contribution' ); ?></h3> 91 84 <p><?php _e( 'If you do code, or want to learn how, you can contribute technically in numerous ways:' ); ?></p> 92 85 <ul> 93 <li><?php _e( '<strong>Find</strong> and report bugs in the WordPress core software ' ); ?></li>94 <li><?php _e( '<strong>Test</strong> new releases and proposed features for the block editor ' ); ?></li>95 <li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features ' ); ?></li>96 <li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app ' ); ?></li>86 <li><?php _e( '<strong>Find</strong> and report bugs in the WordPress core software.' ); ?></li> 87 <li><?php _e( '<strong>Test</strong> new releases and proposed features for the block editor.' ); ?></li> 88 <li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features.' ); ?></li> 89 <li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app.' ); ?></li> 97 90 </ul> 98 91 <p><?php _e( 'WordPress embraces new technologies, while being committed to backward compatibility. The WordPress project uses the following languages and libraries:' ); ?></p> … … 106 99 <div class="about__section is-feature has-subtle-background-color"> 107 100 <div class="column"> 108 <h2><?php _e( ' Help Make WordPress Better' ); ?></h2>109 <p><?php _e( ' Whether you speak at a local meetup, provide your perspective on a feature proposal, or submit a bug report, your contributions will make a difference.' ); ?></p>101 <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2> 102 <p><?php _e( 'Finding the area that aligns with your skills and interests is the first step toward meaningful contribution. With more than 20 Make WordPress teams working on different parts of the open-source WordPress project, there’s a place for everyone, no matter what your skill set is.' ); ?></p> 110 103 <p class="aligncenter"><a href="https://make.wordpress.org/contribute/" target="_blank"><?php _e( 'Find your team →' ); ?></a></p> 111 104 </div>
Note: See TracChangeset
for help on using the changeset viewer.