Help/About: Update “Get involved in WordPress” link on the Credits tab.
This commit updates the link URL to send contributors to an orientation tool for a short survey on what team they may be interested in joining. This coincides with the Get Involved tab. Follow-up to [17877], [26354], [35898], [43032], [56220]. Props courane01, audrasjb. See #23348. Built from https://develop.svn.wordpress.org/trunk@56311 git-svn-id: http://core.svn.wordpress.org/trunk@55823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
99366f31d2
commit
d50b1048f3
|
@ -60,7 +60,7 @@ $credits = wp_credits();
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<br />
|
<br />
|
||||||
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
<a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
@ -68,7 +68,7 @@ $credits = wp_credits();
|
||||||
<p>
|
<p>
|
||||||
<?php _e( 'Want to see your name in lights on this page?' ); ?>
|
<?php _e( 'Want to see your name in lights on this page?' ); ?>
|
||||||
<br />
|
<br />
|
||||||
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
<a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.4-alpha-56309';
|
$wp_version = '6.4-alpha-56311';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue