Help/About: Remove `target="_blank"` from the Contribute link.

Props davidbaumwald.
See #23348.



Built from https://develop.svn.wordpress.org/trunk@56335


git-svn-id: http://core.svn.wordpress.org/trunk@55847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-08-01 12:50:27 +00:00
parent 7d34c9b149
commit 41dabe68ee
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<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&#8217;s a place for everyone, no matter what your skill set is.' ); ?></p>
<p class="aligncenter"><a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>" target="_blank"><?php _e( 'Find your team &rarr;' ); ?></a></p>
<p class="aligncenter"><a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>"><?php _e( 'Find your team &rarr;' ); ?></a></p>
</div>
</div>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56333';
$wp_version = '6.4-alpha-56335';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.