Replace link to Codex with link to new Make page. Fixes #25806 props siobhyb.

git-svn-id: https://develop.svn.wordpress.org/trunk@26354 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2013-11-24 15:17:57 +00:00
parent b63ab1ec9e
commit 6d2c07dbaf

View File

@ -159,8 +159,8 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) {
?>
<p class="clear"><?php printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
/* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
__( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ); ?></p>
/* translators: URL to the Make WordPress 'Get Involved' landing page used on the credits page */
__( 'http://make.wordpress.org/' ) ); ?></p>
</div>
<?php