Changeset 56950 for trunk/src/wp-admin/contribute.php
- Timestamp:
- 10/17/2023 02:00:11 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/contribute.php
r56337 r56950 26 26 </div> 27 27 28 <div class="about__header-text"> 29 <?php _e( 'Be the future of WordPress' ); ?> 30 </div> 28 <div class="about__header-text"></div> 31 29 </div> 32 30 … … 40 38 41 39 <div class="about__section has-2-columns is-wider-right"> 42 <div class="column about__image">43 <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6. 3' ) ); ?>" alt="" />40 <div class="column"> 41 <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.4' ) ); ?>" alt="" width="290" height="290" /> 44 42 </div> 45 43 <div class="column is-vertically-aligned-center"> 46 44 <p><?php _e( 'Do you use WordPress for work, for personal projects, or even just for fun? You can help shape the long-term success of the open source project that powers millions of websites around the world.' ); ?></p> 47 <p><?php _e( 'Join the WordPress contributor community and connect with otherswho are passionate about maintaining a free and open web.' ); ?></p>45 <p><?php _e( 'Join the diverse WordPress contributor community and connect with other people who are passionate about maintaining a free and open web.' ); ?></p> 48 46 49 47 <ul> … … 65 63 <li><?php _e( '<strong>Create</strong> and improve WordPress educational materials.' ); ?></li> 66 64 <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 PhotosDirectory.' ); ?></li>68 <li><?php _e( '<strong>Organize</strong> or participate in local WordPressMeetups and WordCamps.' ); ?></li>65 <li><?php _e( '<strong>Curate</strong> submissions or take photos for the Photo Directory.' ); ?></li> 66 <li><?php _e( '<strong>Organize</strong> or participate in local Meetups and WordCamps.' ); ?></li> 69 67 <li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design.' ); ?></li> 70 68 <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 ofwebsites.' ); ?></li>69 <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of websites.' ); ?></li> 72 70 </ul> 73 71 </div> 74 72 <div class="column"> 75 <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6. 3' ) ); ?>" alt="" />73 <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.4' ) ); ?>" alt="" width="290" height="290" /> 76 74 </div> 77 75 </div> 78 76 <div class="about__section has-2-columns is-wider-right"> 79 77 <div class="column"> 80 <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6. 3' ) ); ?>" alt="" />78 <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.4' ) ); ?>" alt="" width="290" height="290" /> 81 79 </div> 82 80 <div class="column is-vertically-aligned-center"> … … 85 83 <ul> 86 84 <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>85 <li><?php _e( '<strong>Test</strong> new releases and proposed features for the Block Editor.' ); ?></li> 88 86 <li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features.' ); ?></li> 89 87 <li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app.' ); ?></li> … … 91 89 <p><?php _e( 'WordPress embraces new technologies, while being committed to backward compatibility. The WordPress project uses the following languages and libraries:' ); ?></p> 92 90 <ul> 93 <li><?php _e( ' Core and Block Editor: HTML, CSS, PHP, SQL, JavaScript, and React' ); ?></li>94 <li><?php _e( 'WordPress app: Kotlin, Java, Swift, Objective-C, Vue, Python, and TypeScript ' ); ?></li>91 <li><?php _e( 'WordPress Core and Block Editor: HTML, CSS, PHP, SQL, JavaScript, and React.' ); ?></li> 92 <li><?php _e( 'WordPress app: Kotlin, Java, Swift, Objective-C, Vue, Python, and TypeScript.' ); ?></li> 95 93 </ul> 96 94 </div> 97 95 </div> 98 96 99 <div class="about__section is-feature has- subtle-background-color">97 <div class="about__section is-feature has-accent-4-background-color"> 100 98 <div class="column"> 101 99 <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2> 102 100 <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> 103 <p class="aligncenter"><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team →' ); ?></a></p>101 <p><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team →' ); ?></a></p> 104 102 </div> 105 103 </div>
Note: See TracChangeset
for help on using the changeset viewer.