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

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


git-svn-id: http://core.svn.wordpress.org/trunk@26255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Westwood 2013-11-24 15:18:09 +00:00
parent 808653e2a3
commit 1dfdbe7e51

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