Make WordPress Core


Ignore:
Timestamp:
10/17/2023 02:00:11 AM (12 months ago)
Author:
jorbin
Message:

Help/About: Update the About page for 6.4.

Also includes updates to the contribute, credits, freedom and privacy pages.

Props luminuu, rmartinezduque, estelaris, jorbin, mukesh27, cbringmann, richtabor, annezazu, nudge, ohia, acirujano, elmastudio, cathibosco1, sereedmedia, markoserb, joen. (Also someone named Allison who I am going to guess is Taylor Alison Swift but has no avatar so I will never know)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/contribute.php

    r56337 r56950  
    2626        </div>
    2727
    28         <div class="about__header-text">
    29             <?php _e( 'Be the future of WordPress' ); ?>
    30         </div>
     28        <div class="about__header-text"></div>
    3129    </div>
    3230
     
    4038
    4139    <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" />
    4442        </div>
    4543        <div class="column is-vertically-aligned-center">
    4644            <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 others who 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>
    4846
    4947            <ul>
     
    6563                <li><?php _e( '<strong>Create</strong> and improve WordPress educational materials.' ); ?></li>
    6664                <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>
     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>
    6967                <li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design.' ); ?></li>
    7068                <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>
     69                <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of websites.' ); ?></li>
    7270            </ul>
    7371        </div>
    7472        <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" />
    7674        </div>
    7775    </div>
    7876    <div class="about__section has-2-columns is-wider-right">
    7977        <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" />
    8179        </div>
    8280        <div class="column is-vertically-aligned-center">
     
    8583            <ul>
    8684                <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>
    8886                <li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features.' ); ?></li>
    8987                <li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app.' ); ?></li>
     
    9189            <p><?php _e( 'WordPress embraces new technologies, while being committed to backward compatibility. The WordPress project uses the following languages and libraries:' ); ?></p>
    9290            <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>
    9593            </ul>
    9694        </div>
    9795    </div>
    9896
    99     <div class="about__section is-feature has-subtle-background-color">
     97    <div class="about__section is-feature has-accent-4-background-color">
    10098        <div class="column">
    10199            <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
    102100            <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&#8217;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 &rarr;' ); ?></a></p>
     101            <p><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team &rarr;' ); ?></a></p>
    104102        </div>
    105103    </div>
Note: See TracChangeset for help on using the changeset viewer.