Changeset 57715 for trunk/src/wp-admin/contribute.php
- Timestamp:
- 02/26/2024 11:49:59 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/contribute.php
r56950 r57715 26 26 </div> 27 27 28 <div class="about__header-text"></div> 28 <div class="about__header-text"> 29 <?php _e( 'Be the future of WordPress' ); ?> 30 </div> 29 31 </div> 30 32 … … 39 41 <div class="about__section has-2-columns is-wider-right"> 40 42 <div class="column"> 41 <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6. 4' ) ); ?>" alt="" width="290" height="290" />43 <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" /> 42 44 </div> 43 45 <div class="column is-vertically-aligned-center"> … … 55 57 <div class="about__section has-2-columns is-wider-left"> 56 58 <div class="column is-vertically-aligned-center"> 57 <h 3><?php _e( 'No-code contribution' ); ?></h3>59 <h2 class="is-smaller-heading"><?php _e( 'No-code contribution' ); ?></h2> 58 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> 59 61 <ul> … … 71 73 </div> 72 74 <div class="column"> 73 <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6. 4' ) ); ?>" alt="" width="290" height="290" />75 <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" /> 74 76 </div> 75 77 </div> 76 78 <div class="about__section has-2-columns is-wider-right"> 77 79 <div class="column"> 78 <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6. 4' ) ); ?>" alt="" width="290" height="290" />80 <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" /> 79 81 </div> 80 82 <div class="column is-vertically-aligned-center"> 81 <h 3><?php _e( 'Code-based contribution' ); ?></h3>83 <h2 class="is-smaller-heading"><?php _e( 'Code-based contribution' ); ?></h2> 82 84 <p><?php _e( 'If you do code, or want to learn how, you can contribute technically in numerous ways:' ); ?></p> 83 85 <ul> … … 95 97 </div> 96 98 97 <div class="about__section is-feature has- accent-4-background-color">99 <div class="about__section is-feature has-subtle-background-color"> 98 100 <div class="column"> 99 101 <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.