Skip to content

Commit 2fc7435

Browse files
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. git-svn-id: https://develop.svn.wordpress.org/trunk@56311 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 96a86d5 commit 2fc7435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/credits.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
);
6161
?>
6262
<br />
63-
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
63+
<a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
6464
</p>
6565

6666
<?php else : ?>
6767

6868
<p>
6969
<?php _e( 'Want to see your name in lights on this page?' ); ?>
7070
<br />
71-
<a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
71+
<a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
7272
</p>
7373

7474
<?php endif; ?>

0 commit comments

Comments
 (0)