mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-31 13:37:51 +01:00
Help/About: String changes in the Contribute screen.
Follow-up to [56220], [56227], [56233], [56234]. Props costdev. See #23348. Built from https://develop.svn.wordpress.org/trunk@56259 git-svn-id: http://core.svn.wordpress.org/trunk@55771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e0eaffdd3c
commit
944c46e091
@ -99,7 +99,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<div class="about__section is-feature has-subtle-background-color">
|
||||
<div class="column">
|
||||
<h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
|
||||
<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>
|
||||
<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>
|
||||
<p class="aligncenter"><a href="https://make.wordpress.org/contribute/" target="_blank"><?php _e( 'Find your team →' ); ?></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-beta4-56258';
|
||||
$wp_version = '6.3-beta4-56259';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user