diff --git a/wp-admin/credits.php b/wp-admin/credits.php index be1a391a5..bc03fc199 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -61,7 +61,9 @@ include( './admin-header.php' ); $results = wp_credits(); if ( !isset( $results['people'] ) ) { - echo '

' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), 'http://wordpress.org/about/' ) . '

'; + echo '

' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), + 'http://wordpress.org/about/', + _x( 'http://codex.wordpress.org/Contributing_to_WordPress', 'Url to the codex documentation on contributing to WordPress used on the credits page' ) ) . '

'; include( './admin-footer.php' ); exit; } @@ -91,7 +93,8 @@ if ( isset( $results['props'] ) ) { } ?> -

Get involved in WordPress.' ); ?>

+

Get involved in WordPress.' ), + _x( 'http://codex.wordpress.org/Contributing_to_WordPress', 'Url to the codex documentation on contributing to WordPress used on the credits page' ) ); ?>

+?> \ No newline at end of file